Html Css Color HEX #4802BE Purple Heart

📋 copy color: '#4802BE'

red 72 ◦ green 2 ◦ blue 190

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

Shades of Purple Heart #4802BE

Tints of Purple Heart #4802BE

RGB

 RED value IS 72 (28.52% from 255) = 27.27%

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

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 27.27%
G = 0.76%
B = 71.97%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4802BE (or 0x4802BE) is known color: Purple Heart. HEX triplet: 48, 02 and BE. RGB value is (72,2,190). Sum of RGB (Red+Green+Blue) = 72+2+190=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #4802BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4802BE is #B7FD41. Grayscale: #2B2B2B. Windows color (decimal): -12057922 or 12452424. OLE color: 12452424.

HSL color Cylindrical-coordinate representation of color #4802BE: hue angle of 262.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802BE is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 2 190 -
CMYK 0.62 0.99 0 0.25
HSL 262.34º 0.98% 0.38% -
HSV(B) 262.34º 0.99% 0.75% -
XYZ 11.99 5.14 49.08 -
YUV 44.36 210.19 147.71 -
System Red Green Blue C M Y K H S L
Decimal 72 2 190 0.62 0.99 0 0.25 262.34 0.98 0.38
Hex 48 2 BE 3E 63 0 19 106 62 26
Octal 110 2 276 76 143 0 31 406 142 46
Binary 1001000 10 10111110 111110 1100011 0 11001 100000110 1100010 100110

Color Harmonies of #4802BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4802BE

Black with #4802BE

Text Example


Text Example

White with #4802BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4802BE; }

 p { color: rgb(72,2,190); }

 H1.HeaderClassName
 {
   color: #4802BE;
 }
 .AnyTagClassName
 {
   color: #4802BE;
 }
</style>

background-color css

<style>
 a { background-color: #4802BE; }

 a { background-color: rgb(72,2,190); }

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

border-color css

<style>
 span { border-color: #4802BE; }

 span { border-color: rgb(72,2,190); }

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