Html Css Color HEX #3F1ECC Purple Heart

📋 copy color: '#3F1ECC'

red 63 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #3F1ECC

Tints of Purple Heart #3F1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 21.21%
G = 10.1%
B = 68.69%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F1ECC (or 0x3F1ECC) is known color: Purple Heart. HEX triplet: 3F, 1E and CC. RGB value is (63,30,204). Sum of RGB (Red+Green+Blue) = 63+30+204=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ECC is #C0E133. Grayscale: #3B3B3B. Windows color (decimal): -12640564 or 13377087. OLE color: 13377087.

HSL color Cylindrical-coordinate representation of color #3F1ECC: hue angle of 251.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1ECC is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 30 204 -
CMYK 0.69 0.85 0 0.2
HSL 251.38º 0.74% 0.46% -
HSV(B) 251.38º 0.85% 0.8% -
XYZ 13.41 6.34 57.64 -
YUV 59.7 209.43 130.35 -
System Red Green Blue C M Y K H S L
Decimal 63 30 204 0.69 0.85 0 0.2 251.38 0.74 0.46
Hex 3F 1E CC 45 55 0 14 FB 4A 2E
Octal 77 36 314 105 125 0 24 373 112 56
Binary 111111 11110 11001100 1000101 1010101 0 10100 11111011 1001010 101110

Color Harmonies of #3F1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1ECC

Black with #3F1ECC

Text Example


Text Example

White with #3F1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,204); }

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

background-color css

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

 a { background-color: rgb(63,30,204); }

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

border-color css

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

 span { border-color: rgb(63,30,204); }

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