Html Css Color HEX #3C17CB Purple Heart

📋 copy color: '#3C17CB'

red 60 ◦ green 23 ◦ blue 203

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

Shades of Purple Heart #3C17CB

Tints of Purple Heart #3C17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

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

R = 20.98%
G = 8.04%
B = 70.98%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C17CB (or 0x3C17CB) is known color: Purple Heart. HEX triplet: 3C, 17 and CB. RGB value is (60,23,203). Sum of RGB (Red+Green+Blue) = 60+23+203=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 23 (9.38% from 255 or 8.04% 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 #3C17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17CB is #C3E834. Grayscale: #353535. Windows color (decimal): -12838965 or 13309756. OLE color: 13309756.

HSL color Cylindrical-coordinate representation of color #3C17CB: hue angle of 252.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C17CB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 23 203 -
CMYK 0.70 0.89 0 0.20
HSL 252.33º 0.8% 0.44% -
HSV(B) 252.33º 0.89% 0.8% -
XYZ 12.95 5.89 56.95 -
YUV 54.58 211.76 131.86 -
System Red Green Blue C M Y K H S L
Decimal 60 23 203 0.70 0.89 0 0.20 252.33 0.8 0.44
Hex 3C 17 CB 46 59 0 14 FC 50 2C
Octal 74 27 313 106 131 0 24 374 120 54
Binary 111100 10111 11001011 1000110 1011001 0 10100 11111100 1010000 101100

Color Harmonies of #3C17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17CB

Black with #3C17CB

Text Example


Text Example

White with #3C17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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