Html Css Color HEX #4816BE Purple Heart

📋 copy color: '#4816BE'

red 72 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #4816BE

Tints of Purple Heart #4816BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

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

R = 25.35%
G = 7.75%
B = 66.9%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4816BE (or 0x4816BE) is known color: Purple Heart. HEX triplet: 48, 16 and BE. RGB value is (72,22,190). Sum of RGB (Red+Green+Blue) = 72+22+190=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #4816BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BE is #B7E941. Grayscale: #373737. Windows color (decimal): -12052802 or 12457544. OLE color: 12457544.

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

Color convert

RGB 72 22 190 -
CMYK 0.62 0.88 0 0.25
HSL 257.86º 0.79% 0.42% -
HSV(B) 257.86º 0.88% 0.75% -
XYZ 12.25 5.67 49.16 -
YUV 56.1 203.57 139.34 -
System Red Green Blue C M Y K H S L
Decimal 72 22 190 0.62 0.88 0 0.25 257.86 0.79 0.42
Hex 48 16 BE 3E 58 0 19 102 4F 2A
Octal 110 26 276 76 130 0 31 402 117 52
Binary 1001000 10110 10111110 111110 1011000 0 11001 100000010 1001111 101010

Color Harmonies of #4816BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816BE

Black with #4816BE

Text Example


Text Example

White with #4816BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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