Html Css Color HEX #3F2CBB Purple Heart

📋 copy color: '#3F2CBB'

red 63 ◦ green 44 ◦ blue 187

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

Shades of Purple Heart #3F2CBB

Tints of Purple Heart #3F2CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.97%

 BLUE value IS 187 (73.44% from 255) = 63.61%

R = 21.43%
G = 14.97%
B = 63.61%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F2CBB (or 0x3F2CBB) is known color: Purple Heart. HEX triplet: 3F, 2C and BB. RGB value is (63,44,187). Sum of RGB (Red+Green+Blue) = 63+44+187=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F2CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CBB is #C0D344. Grayscale: #414141. Windows color (decimal): -12636997 or 12266559. OLE color: 12266559.

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

Color convert

RGB 63 44 187 -
CMYK 0.66 0.76 0 0.27
HSL 247.97º 0.62% 0.45% -
HSV(B) 247.97º 0.76% 0.73% -
XYZ 11.92 6.45 47.63 -
YUV 65.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 63 44 187 0.66 0.76 0 0.27 247.97 0.62 0.45
Hex 3F 2C BB 42 4C 0 1B F8 3E 2D
Octal 77 54 273 102 114 0 33 370 76 55
Binary 111111 101100 10111011 1000010 1001100 0 11011 11111000 111110 101101

Color Harmonies of #3F2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2CBB

Black with #3F2CBB

Text Example


Text Example

White with #3F2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,187); }

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

background-color css

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

 a { background-color: rgb(63,44,187); }

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

border-color css

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

 span { border-color: rgb(63,44,187); }

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