Html Css Color HEX #3C1DCD Purple Heart

📋 copy color: '#3C1DCD'

red 60 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #3C1DCD

Tints of Purple Heart #3C1DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

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

R = 20.41%
G = 9.86%
B = 69.73%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C1DCD (or 0x3C1DCD) is known color: Purple Heart. HEX triplet: 3C, 1D and CD. RGB value is (60,29,205). Sum of RGB (Red+Green+Blue) = 60+29+205=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C1DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DCD is #C3E232. Grayscale: #393939. Windows color (decimal): -12837427 or 13442364. OLE color: 13442364.

HSL color Cylindrical-coordinate representation of color #3C1DCD: hue angle of 250.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1DCD is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 29 205 -
CMYK 0.71 0.86 0 0.20
HSL 250.57º 0.75% 0.46% -
HSV(B) 250.57º 0.86% 0.8% -
XYZ 13.32 6.25 58.26 -
YUV 58.33 210.77 129.19 -
System Red Green Blue C M Y K H S L
Decimal 60 29 205 0.71 0.86 0 0.20 250.57 0.75 0.46
Hex 3C 1D CD 47 56 0 14 FB 4B 2E
Octal 74 35 315 107 126 0 24 373 113 56
Binary 111100 11101 11001101 1000111 1010110 0 10100 11111011 1001011 101110

Color Harmonies of #3C1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1DCD

Black with #3C1DCD

Text Example


Text Example

White with #3C1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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