Html Css Color HEX #4D01CC Purple Heart

📋 copy color: '#4D01CC'

red 77 ◦ green 1 ◦ blue 204

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

Shades of Purple Heart #4D01CC

Tints of Purple Heart #4D01CC

RGB

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

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

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

R = 27.3%
G = 0.35%
B = 72.34%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D01CC (or 0x4D01CC) is known color: Purple Heart. HEX triplet: 4D, 01 and CC. RGB value is (77,1,204). Sum of RGB (Red+Green+Blue) = 77+1+204=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D01CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D01CC is #B2FE33. Grayscale: #2E2E2E. Windows color (decimal): -11730484 or 13369677. OLE color: 13369677.

HSL color Cylindrical-coordinate representation of color #4D01CC: hue angle of 262.46º 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 #4D01CC is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 1 204 -
CMYK 0.62 1.00 0 0.2
HSL 262.46º 0.99% 0.4% -
HSV(B) 262.46º 1% 0.8% -
XYZ 13.97 5.96 57.54 -
YUV 46.87 216.68 149.49 -
System Red Green Blue C M Y K H S L
Decimal 77 1 204 0.62 1.00 0 0.2 262.46 0.99 0.4
Hex 4D 1 CC 3E 64 0 14 106 63 28
Octal 115 1 314 76 144 0 24 406 143 50
Binary 1001101 1 11001100 111110 1100100 0 10100 100000110 1100011 101000

Color Harmonies of #4D01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D01CC

Black with #4D01CC

Text Example


Text Example

White with #4D01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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