Html Css Color HEX #3C1ECB Purple Heart

📋 copy color: '#3C1ECB'

red 60 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #3C1ECB

Tints of Purple Heart #3C1ECB

RGB

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

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

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

R = 20.48%
G = 10.24%
B = 69.28%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C1ECB (or 0x3C1ECB) is known color: Purple Heart. HEX triplet: 3C, 1E and CB. RGB value is (60,30,203). Sum of RGB (Red+Green+Blue) = 60+30+203=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C1ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ECB is #C3E134. Grayscale: #3A3A3A. Windows color (decimal): -12837173 or 13311548. OLE color: 13311548.

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

Color convert

RGB 60 30 203 -
CMYK 0.70 0.85 0 0.20
HSL 250.4º 0.74% 0.46% -
HSV(B) 250.4º 0.85% 0.8% -
XYZ 13.11 6.2 57.01 -
YUV 58.69 209.44 128.93 -
System Red Green Blue C M Y K H S L
Decimal 60 30 203 0.70 0.85 0 0.20 250.4 0.74 0.46
Hex 3C 1E CB 46 55 0 14 FA 4A 2E
Octal 74 36 313 106 125 0 24 372 112 56
Binary 111100 11110 11001011 1000110 1010101 0 10100 11111010 1001010 101110

Color Harmonies of #3C1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1ECB

Black with #3C1ECB

Text Example


Text Example

White with #3C1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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