Html Css Color HEX #4D02C6 Purple Heart

📋 copy color: '#4D02C6'

red 77 ◦ green 2 ◦ blue 198

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

Shades of Purple Heart #4D02C6

Tints of Purple Heart #4D02C6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 198 (77.73% from 255) = 71.48%

R = 27.8%
G = 0.72%
B = 71.48%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4D02C6 (or 0x4D02C6) is known color: Purple Heart. HEX triplet: 4D, 02 and C6. RGB value is (77,2,198). Sum of RGB (Red+Green+Blue) = 77+2+198=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D02C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D02C6 is #B2FD39. Grayscale: #2E2E2E. Windows color (decimal): -11730234 or 12976717. OLE color: 12976717.

HSL color Cylindrical-coordinate representation of color #4D02C6: hue angle of 262.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D02C6 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 2 198 -
CMYK 0.61 0.99 0 0.22
HSL 262.96º 0.98% 0.39% -
HSV(B) 262.96º 0.99% 0.78% -
XYZ 13.28 5.7 53.83 -
YUV 46.77 213.35 149.56 -
System Red Green Blue C M Y K H S L
Decimal 77 2 198 0.61 0.99 0 0.22 262.96 0.98 0.39
Hex 4D 2 C6 3D 63 0 16 107 62 27
Octal 115 2 306 75 143 0 26 407 142 47
Binary 1001101 10 11000110 111101 1100011 0 10110 100000111 1100010 100111

Color Harmonies of #4D02C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D02C6

Black with #4D02C6

Text Example


Text Example

White with #4D02C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,2,198); }

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

background-color css

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

 a { background-color: rgb(77,2,198); }

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

border-color css

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

 span { border-color: rgb(77,2,198); }

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