Html Css Color HEX #3F14CC Purple Heart

📋 copy color: '#3F14CC'

red 63 ◦ green 20 ◦ blue 204

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

Shades of Purple Heart #3F14CC

Tints of Purple Heart #3F14CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.97%

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

R = 21.95%
G = 6.97%
B = 71.08%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F14CC (or 0x3F14CC) is known color: Purple Heart. HEX triplet: 3F, 14 and CC. RGB value is (63,20,204). Sum of RGB (Red+Green+Blue) = 63+20+204=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F14CC is #C0EB33. Grayscale: #353535. Windows color (decimal): -12643124 or 13374527. OLE color: 13374527.

HSL color Cylindrical-coordinate representation of color #3F14CC: hue angle of 254.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F14CC is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 20 204 -
CMYK 0.69 0.90 0 0.2
HSL 254.02º 0.82% 0.44% -
HSV(B) 254.02º 0.9% 0.8% -
XYZ 13.2 5.92 57.57 -
YUV 53.83 212.75 134.54 -
System Red Green Blue C M Y K H S L
Decimal 63 20 204 0.69 0.90 0 0.2 254.02 0.82 0.44
Hex 3F 14 CC 45 5A 0 14 FE 52 2C
Octal 77 24 314 105 132 0 24 376 122 54
Binary 111111 10100 11001100 1000101 1011010 0 10100 11111110 1010010 101100

Color Harmonies of #3F14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F14CC

Black with #3F14CC

Text Example


Text Example

White with #3F14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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