Html Css Color HEX #4C05C1 Purple Heart

📋 copy color: '#4C05C1'

red 76 ◦ green 5 ◦ blue 193

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

Shades of Purple Heart #4C05C1

Tints of Purple Heart #4C05C1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 193 (75.78% from 255) = 70.44%

R = 27.74%
G = 1.82%
B = 70.44%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4C05C1 (or 0x4C05C1) is known color: Purple Heart. HEX triplet: 4C, 05 and C1. RGB value is (76,5,193). Sum of RGB (Red+Green+Blue) = 76+5+193=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C05C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C05C1 is #B3FA3E. Grayscale: #2E2E2E. Windows color (decimal): -11795007 or 12649804. OLE color: 12649804.

HSL color Cylindrical-coordinate representation of color #4C05C1: hue angle of 262.66º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C05C1 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 5 193 -
CMYK 0.61 0.97 0 0.24
HSL 262.66º 0.95% 0.39% -
HSV(B) 262.66º 0.97% 0.76% -
XYZ 12.66 5.5 50.85 -
YUV 47.66 210.02 148.21 -
System Red Green Blue C M Y K H S L
Decimal 76 5 193 0.61 0.97 0 0.24 262.66 0.95 0.39
Hex 4C 5 C1 3D 61 0 18 107 5F 27
Octal 114 5 301 75 141 0 30 407 137 47
Binary 1001100 101 11000001 111101 1100001 0 11000 100000111 1011111 100111

Color Harmonies of #4C05C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C05C1

Black with #4C05C1

Text Example


Text Example

White with #4C05C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,193); }

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

background-color css

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

 a { background-color: rgb(76,5,193); }

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

border-color css

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

 span { border-color: rgb(76,5,193); }

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