Html Css Color HEX #3F2EB9 Purple Heart

📋 copy color: '#3F2EB9'

red 63 ◦ green 46 ◦ blue 185

#3F2EB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3F2EB9

Tints of Purple Heart #3F2EB9

RGB

 RED value IS 63 (25% from 255) = 21.43%

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 185 (72.66% from 255) = 62.93%

R = 21.43%
G = 15.65%
B = 62.93%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F2EB9 (or 0x3F2EB9) is known color: Purple Heart. HEX triplet: 3F, 2E and B9. RGB value is (63,46,185). Sum of RGB (Red+Green+Blue) = 63+46+185=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F2EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EB9 is #C0D146. Grayscale: #424242. Windows color (decimal): -12636487 or 12135999. OLE color: 12135999.

HSL color Cylindrical-coordinate representation of color #3F2EB9: hue angle of 247.34º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2EB9 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 46 185 -
CMYK 0.66 0.75 0 0.27
HSL 247.34º 0.6% 0.45% -
HSV(B) 247.34º 0.75% 0.73% -
XYZ 11.78 6.51 46.54 -
YUV 66.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 63 46 185 0.66 0.75 0 0.27 247.34 0.6 0.45
Hex 3F 2E B9 42 4B 0 1B F7 3C 2D
Octal 77 56 271 102 113 0 33 367 74 55
Binary 111111 101110 10111001 1000010 1001011 0 11011 11110111 111100 101101

Color Harmonies of #3F2EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2EB9

Black with #3F2EB9

Text Example


Text Example

White with #3F2EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2EB9; }

 p { color: rgb(63,46,185); }

 H1.HeaderClassName
 {
   color: #3F2EB9;
 }
 .AnyTagClassName
 {
   color: #3F2EB9;
 }
</style>

background-color css

<style>
 a { background-color: #3F2EB9; }

 a { background-color: rgb(63,46,185); }

 div.DivClassName
 {
   background-color: #3F2EB9;
 }
 .BgClassName
 {
   background-color: #3F2EB9;
 }
</style>

border-color css

<style>
 span { border-color: #3F2EB9; }

 span { border-color: rgb(63,46,185); }

 td.TdClassName
 {
   border-color: #3F2EB9;
 }
 .TagClassName
 {
   border-color: #3F2EB9;
 }
</style>