Html Css Color HEX #4D04CC Purple Heart

📋 copy color: '#4D04CC'

red 77 ◦ green 4 ◦ blue 204

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

Shades of Purple Heart #4D04CC

Tints of Purple Heart #4D04CC

RGB

 RED value IS 77 (30.47% from 255) = 27.02%

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 27.02%
G = 1.4%
B = 71.58%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D04CC (or 0x4D04CC) is known color: Purple Heart. HEX triplet: 4D, 04 and CC. RGB value is (77,4,204). Sum of RGB (Red+Green+Blue) = 77+4+204=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D04CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04CC is #B2FB33. Grayscale: #2F2F2F. Windows color (decimal): -11729716 or 13370445. OLE color: 13370445.

HSL color Cylindrical-coordinate representation of color #4D04CC: hue angle of 261.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04CC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 4 204 -
CMYK 0.62 0.98 0 0.2
HSL 261.9º 0.96% 0.41% -
HSV(B) 261.9º 0.98% 0.8% -
XYZ 14 6.02 57.55 -
YUV 48.63 215.68 148.24 -
System Red Green Blue C M Y K H S L
Decimal 77 4 204 0.62 0.98 0 0.2 261.9 0.96 0.41
Hex 4D 4 CC 3E 62 0 14 106 60 29
Octal 115 4 314 76 142 0 24 406 140 51
Binary 1001101 100 11001100 111110 1100010 0 10100 100000110 1100000 101001

Color Harmonies of #4D04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D04CC

Black with #4D04CC

Text Example


Text Example

White with #4D04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,204); }

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

background-color css

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

 a { background-color: rgb(77,4,204); }

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

border-color css

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

 span { border-color: rgb(77,4,204); }

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