Html Css Color HEX #3C1ECD Purple Heart

📋 copy color: '#3C1ECD'

red 60 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #3C1ECD

Tints of Purple Heart #3C1ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.49%

R = 20.34%
G = 10.17%
B = 69.49%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C1ECD (or 0x3C1ECD) is known color: Purple Heart. HEX triplet: 3C, 1E and CD. RGB value is (60,30,205). Sum of RGB (Red+Green+Blue) = 60+30+205=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C1ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ECD is #C3E132. Grayscale: #3A3A3A. Windows color (decimal): -12837171 or 13442620. OLE color: 13442620.

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

Color convert

RGB 60 30 205 -
CMYK 0.71 0.85 0 0.20
HSL 250.29º 0.74% 0.46% -
HSV(B) 250.29º 0.85% 0.8% -
XYZ 13.35 6.3 58.27 -
YUV 58.92 210.44 128.77 -
System Red Green Blue C M Y K H S L
Decimal 60 30 205 0.71 0.85 0 0.20 250.29 0.74 0.46
Hex 3C 1E CD 47 55 0 14 FA 4A 2E
Octal 74 36 315 107 125 0 24 372 112 56
Binary 111100 11110 11001101 1000111 1010101 0 10100 11111010 1001010 101110

Color Harmonies of #3C1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1ECD

Black with #3C1ECD

Text Example


Text Example

White with #3C1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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