Html Css Color HEX #3C14CB Purple Heart

📋 copy color: '#3C14CB'

red 60 ◦ green 20 ◦ blue 203

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

Shades of Purple Heart #3C14CB

Tints of Purple Heart #3C14CB

RGB

 RED value IS 60 (23.83% from 255) = 21.2%

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

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

R = 21.2%
G = 7.07%
B = 71.73%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C14CB (or 0x3C14CB) is known color: Purple Heart. HEX triplet: 3C, 14 and CB. RGB value is (60,20,203). Sum of RGB (Red+Green+Blue) = 60+20+203=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C14CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C14CB is #C3EB34. Grayscale: #343434. Windows color (decimal): -12839733 or 13308988. OLE color: 13308988.

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

Color convert

RGB 60 20 203 -
CMYK 0.70 0.90 0 0.20
HSL 253.11º 0.82% 0.44% -
HSV(B) 253.11º 0.9% 0.8% -
XYZ 12.89 5.77 56.93 -
YUV 52.82 212.75 133.12 -
System Red Green Blue C M Y K H S L
Decimal 60 20 203 0.70 0.90 0 0.20 253.11 0.82 0.44
Hex 3C 14 CB 46 5A 0 14 FD 52 2C
Octal 74 24 313 106 132 0 24 375 122 54
Binary 111100 10100 11001011 1000110 1011010 0 10100 11111101 1010010 101100

Color Harmonies of #3C14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C14CB

Black with #3C14CB

Text Example


Text Example

White with #3C14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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