Html Css Color HEX #4C1CCA Purple Heart

📋 copy color: '#4C1CCA'

red 76 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #4C1CCA

Tints of Purple Heart #4C1CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.01%

R = 24.84%
G = 9.15%
B = 66.01%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C1CCA (or 0x4C1CCA) is known color: Purple Heart. HEX triplet: 4C, 1C and CA. RGB value is (76,28,202). Sum of RGB (Red+Green+Blue) = 76+28+202=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C1CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CCA is #B3E335. Grayscale: #3D3D3D. Windows color (decimal): -11789110 or 13245516. OLE color: 13245516.

HSL color Cylindrical-coordinate representation of color #4C1CCA: hue angle of 256.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1CCA is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 28 202 -
CMYK 0.62 0.86 0 0.21
HSL 256.55º 0.76% 0.45% -
HSV(B) 256.55º 0.86% 0.79% -
XYZ 14.06 6.63 56.42 -
YUV 62.19 206.9 137.85 -
System Red Green Blue C M Y K H S L
Decimal 76 28 202 0.62 0.86 0 0.21 256.55 0.76 0.45
Hex 4C 1C CA 3E 56 0 15 101 4C 2D
Octal 114 34 312 76 126 0 25 401 114 55
Binary 1001100 11100 11001010 111110 1010110 0 10101 100000001 1001100 101101

Color Harmonies of #4C1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1CCA

Black with #4C1CCA

Text Example


Text Example

White with #4C1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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