Html Css Color HEX #4D00CC Purple Heart

📋 copy color: '#4D00CC'

red 77 ◦ green 0 ◦ blue 204

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

Shades of Purple Heart #4D00CC

Tints of Purple Heart #4D00CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.4%
G = 0%
B = 72.6%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D00CC (or 0x4D00CC) is known color: Purple Heart. HEX triplet: 4D, 00 and CC. RGB value is (77,0,204). Sum of RGB (Red+Green+Blue) = 77+0+204=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 0 (0.39% from 255 or 0% 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 #4D00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00CC is #B2FF33. Grayscale: #2D2D2D. Windows color (decimal): -11730740 or 13369421. OLE color: 13369421.

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

Color convert

RGB 77 0 204 -
CMYK 0.62 1 0 0.2
HSL 262.65º 1% 0.4% -
HSV(B) 262.65º 1% 0.8% -
XYZ 13.96 5.94 57.54 -
YUV 46.28 217.01 149.91 -
System Red Green Blue C M Y K H S L
Decimal 77 0 204 0.62 1 0 0.2 262.65 1 0.4
Hex 4D 0 CC 3E 64 0 14 107 64 28
Octal 115 0 314 76 144 0 24 407 144 50
Binary 1001101 0 11001100 111110 1100100 0 10100 100000111 1100100 101000

Color Harmonies of #4D00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00CC

Black with #4D00CC

Text Example


Text Example

White with #4D00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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