Html Css Color HEX #4816BD Purple Heart

📋 copy color: '#4816BD'

red 72 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #4816BD

Tints of Purple Heart #4816BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.78%

R = 25.44%
G = 7.77%
B = 66.78%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4816BD (or 0x4816BD) is known color: Purple Heart. HEX triplet: 48, 16 and BD. RGB value is (72,22,189). Sum of RGB (Red+Green+Blue) = 72+22+189=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #4816BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BD is #B7E942. Grayscale: #373737. Windows color (decimal): -12052803 or 12392008. OLE color: 12392008.

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

Color convert

RGB 72 22 189 -
CMYK 0.62 0.88 0 0.26
HSL 257.96º 0.79% 0.41% -
HSV(B) 257.96º 0.88% 0.74% -
XYZ 12.14 5.63 48.59 -
YUV 55.99 203.07 139.42 -
System Red Green Blue C M Y K H S L
Decimal 72 22 189 0.62 0.88 0 0.26 257.96 0.79 0.41
Hex 48 16 BD 3E 58 0 1A 102 4F 29
Octal 110 26 275 76 130 0 32 402 117 51
Binary 1001000 10110 10111101 111110 1011000 0 11010 100000010 1001111 101001

Color Harmonies of #4816BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816BD

Black with #4816BD

Text Example


Text Example

White with #4816BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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