Html Css Color HEX #4C1CCE Purple Heart

📋 copy color: '#4C1CCE'

red 76 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #4C1CCE

Tints of Purple Heart #4C1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 24.52%
G = 9.03%
B = 66.45%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C1CCE (or 0x4C1CCE) is known color: Purple Heart. HEX triplet: 4C, 1C and CE. RGB value is (76,28,206). Sum of RGB (Red+Green+Blue) = 76+28+206=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C1CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CCE is #B3E331. Grayscale: #3D3D3D. Windows color (decimal): -11789106 or 13507660. OLE color: 13507660.

HSL color Cylindrical-coordinate representation of color #4C1CCE: hue angle of 256.18º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1CCE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 28 206 -
CMYK 0.63 0.86 0 0.19
HSL 256.18º 0.76% 0.46% -
HSV(B) 256.18º 0.86% 0.81% -
XYZ 14.54 6.82 58.94 -
YUV 62.64 208.9 137.53 -
System Red Green Blue C M Y K H S L
Decimal 76 28 206 0.63 0.86 0 0.19 256.18 0.76 0.46
Hex 4C 1C CE 3F 56 0 13 100 4C 2E
Octal 114 34 316 77 126 0 23 400 114 56
Binary 1001100 11100 11001110 111111 1010110 0 10011 100000000 1001100 101110

Color Harmonies of #4C1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1CCE

Black with #4C1CCE

Text Example


Text Example

White with #4C1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,28,206); }

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

background-color css

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

 a { background-color: rgb(76,28,206); }

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

border-color css

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

 span { border-color: rgb(76,28,206); }

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