Html Css Color HEX #4C1FCD Purple Heart

📋 copy color: '#4C1FCD'

red 76 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #4C1FCD

Tints of Purple Heart #4C1FCD

RGB

 RED value IS 76 (30.08% from 255) = 24.36%

 GREEN value IS 31 (12.5% from 255) = 9.94%

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

R = 24.36%
G = 9.94%
B = 65.71%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C1FCD (or 0x4C1FCD) is known color: Purple Heart. HEX triplet: 4C, 1F and CD. RGB value is (76,31,205). Sum of RGB (Red+Green+Blue) = 76+31+205=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C1FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1FCD is #B3E032. Grayscale: #3F3F3F. Windows color (decimal): -11788339 or 13442892. OLE color: 13442892.

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

Color convert

RGB 76 31 205 -
CMYK 0.63 0.85 0 0.20
HSL 255.52º 0.74% 0.46% -
HSV(B) 255.52º 0.85% 0.8% -
XYZ 14.49 6.92 58.33 -
YUV 64.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 76 31 205 0.63 0.85 0 0.20 255.52 0.74 0.46
Hex 4C 1F CD 3F 55 0 14 100 4A 2E
Octal 114 37 315 77 125 0 24 400 112 56
Binary 1001100 11111 11001101 111111 1010101 0 10100 100000000 1001010 101110

Color Harmonies of #4C1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1FCD

Black with #4C1FCD

Text Example


Text Example

White with #4C1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C1FCD; }

 p { color: rgb(76,31,205); }

 H1.HeaderClassName
 {
   color: #4C1FCD;
 }
 .AnyTagClassName
 {
   color: #4C1FCD;
 }
</style>

background-color css

<style>
 a { background-color: #4C1FCD; }

 a { background-color: rgb(76,31,205); }

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

border-color css

<style>
 span { border-color: #4C1FCD; }

 span { border-color: rgb(76,31,205); }

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