Html Css Color HEX #4C01CC Purple Heart

📋 copy color: '#4C01CC'

red 76 ◦ green 1 ◦ blue 204

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

Shades of Purple Heart #4C01CC

Tints of Purple Heart #4C01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 204 (80.08% from 255) = 72.6%

R = 27.05%
G = 0.36%
B = 72.6%

CMYK

 C value IS 0.63

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4C01CC (or 0x4C01CC) is known color: Purple Heart. HEX triplet: 4C, 01 and CC. RGB value is (76,1,204). Sum of RGB (Red+Green+Blue) = 76+1+204=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C01CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C01CC is #B3FE33. Grayscale: #2D2D2D. Windows color (decimal): -11796020 or 13369676. OLE color: 13369676.

HSL color Cylindrical-coordinate representation of color #4C01CC: hue angle of 262.17º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C01CC is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 1 204 -
CMYK 0.63 1.00 0 0.2
HSL 262.17º 0.99% 0.4% -
HSV(B) 262.17º 1% 0.8% -
XYZ 13.89 5.92 57.54 -
YUV 46.57 216.85 148.99 -
System Red Green Blue C M Y K H S L
Decimal 76 1 204 0.63 1.00 0 0.2 262.17 0.99 0.4
Hex 4C 1 CC 3F 64 0 14 106 63 28
Octal 114 1 314 77 144 0 24 406 143 50
Binary 1001100 1 11001100 111111 1100100 0 10100 100000110 1100011 101000

Color Harmonies of #4C01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C01CC

Black with #4C01CC

Text Example


Text Example

White with #4C01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,1,204); }

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

background-color css

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

 a { background-color: rgb(76,1,204); }

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

border-color css

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

 span { border-color: rgb(76,1,204); }

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