Html Css Color HEX #3C1ECC Purple Heart

📋 copy color: '#3C1ECC'

red 60 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #3C1ECC

Tints of Purple Heart #3C1ECC

RGB

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

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

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

R = 20.41%
G = 10.2%
B = 69.39%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C1ECC (or 0x3C1ECC) is known color: Purple Heart. HEX triplet: 3C, 1E and CC. RGB value is (60,30,204). Sum of RGB (Red+Green+Blue) = 60+30+204=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ECC is #C3E133. Grayscale: #3A3A3A. Windows color (decimal): -12837172 or 13377084. OLE color: 13377084.

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

Color convert

RGB 60 30 204 -
CMYK 0.71 0.85 0 0.2
HSL 250.34º 0.74% 0.46% -
HSV(B) 250.34º 0.85% 0.8% -
XYZ 13.23 6.25 57.64 -
YUV 58.81 209.94 128.85 -
System Red Green Blue C M Y K H S L
Decimal 60 30 204 0.71 0.85 0 0.2 250.34 0.74 0.46
Hex 3C 1E CC 47 55 0 14 FA 4A 2E
Octal 74 36 314 107 125 0 24 372 112 56
Binary 111100 11110 11001100 1000111 1010101 0 10100 11111010 1001010 101110

Color Harmonies of #3C1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1ECC

Black with #3C1ECC

Text Example


Text Example

White with #3C1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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