Html Css Color HEX #4816BF Purple Heart

📋 copy color: '#4816BF'

red 72 ◦ green 22 ◦ blue 191

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

Shades of Purple Heart #4816BF

Tints of Purple Heart #4816BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.02%

R = 25.26%
G = 7.72%
B = 67.02%

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

#4816BF (or 0x4816BF) is known color: Purple Heart. HEX triplet: 48, 16 and BF. RGB value is (72,22,191). Sum of RGB (Red+Green+Blue) = 72+22+191=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #4816BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BF is #B7E940. Grayscale: #373737. Windows color (decimal): -12052801 or 12523080. OLE color: 12523080.

HSL color Cylindrical-coordinate representation of color #4816BF: hue angle of 257.75º 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 #4816BF is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 22 191 -
CMYK 0.62 0.88 0 0.25
HSL 257.75º 0.79% 0.42% -
HSV(B) 257.75º 0.88% 0.75% -
XYZ 12.36 5.71 49.74 -
YUV 56.22 204.07 139.26 -
System Red Green Blue C M Y K H S L
Decimal 72 22 191 0.62 0.88 0 0.25 257.75 0.79 0.42
Hex 48 16 BF 3E 58 0 19 102 4F 2A
Octal 110 26 277 76 130 0 31 402 117 52
Binary 1001000 10110 10111111 111110 1011000 0 11001 100000010 1001111 101010

Color Harmonies of #4816BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816BF

Black with #4816BF

Text Example


Text Example

White with #4816BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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