Html Css Color HEX #3F14CB Purple Heart

📋 copy color: '#3F14CB'

red 63 ◦ green 20 ◦ blue 203

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

Shades of Purple Heart #3F14CB

Tints of Purple Heart #3F14CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.98%

R = 22.03%
G = 6.99%
B = 70.98%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F14CB (or 0x3F14CB) is known color: Purple Heart. HEX triplet: 3F, 14 and CB. RGB value is (63,20,203). Sum of RGB (Red+Green+Blue) = 63+20+203=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F14CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F14CB is #C0EB34. Grayscale: #353535. Windows color (decimal): -12643125 or 13308991. OLE color: 13308991.

HSL color Cylindrical-coordinate representation of color #3F14CB: hue angle of 254.1º 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 #3F14CB is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 20 203 -
CMYK 0.69 0.90 0 0.20
HSL 254.1º 0.82% 0.44% -
HSV(B) 254.1º 0.9% 0.8% -
XYZ 13.08 5.87 56.94 -
YUV 53.72 212.25 134.62 -
System Red Green Blue C M Y K H S L
Decimal 63 20 203 0.69 0.90 0 0.20 254.1 0.82 0.44
Hex 3F 14 CB 45 5A 0 14 FE 52 2C
Octal 77 24 313 105 132 0 24 376 122 54
Binary 111111 10100 11001011 1000101 1011010 0 10100 11111110 1010010 101100

Color Harmonies of #3F14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F14CB

Black with #3F14CB

Text Example


Text Example

White with #3F14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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