Html Css Color HEX #4D00CA Purple Heart

📋 copy color: '#4D00CA'

red 77 ◦ green 0 ◦ blue 202

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

Shades of Purple Heart #4D00CA

Tints of Purple Heart #4D00CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.4%

R = 27.6%
G = 0%
B = 72.4%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D00CA (or 0x4D00CA) is known color: Purple Heart. HEX triplet: 4D, 00 and CA. RGB value is (77,0,202). Sum of RGB (Red+Green+Blue) = 77+0+202=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D00CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00CA is #B2FF35. Grayscale: #2D2D2D. Windows color (decimal): -11730742 or 13238349. OLE color: 13238349.

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

Color convert

RGB 77 0 202 -
CMYK 0.62 1 0 0.21
HSL 262.87º 1% 0.4% -
HSV(B) 262.87º 1% 0.79% -
XYZ 13.72 5.84 56.28 -
YUV 46.05 216.01 150.07 -
System Red Green Blue C M Y K H S L
Decimal 77 0 202 0.62 1 0 0.21 262.87 1 0.4
Hex 4D 0 CA 3E 64 0 15 107 64 28
Octal 115 0 312 76 144 0 25 407 144 50
Binary 1001101 0 11001010 111110 1100100 0 10101 100000111 1100100 101000

Color Harmonies of #4D00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00CA

Black with #4D00CA

Text Example


Text Example

White with #4D00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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