Html Css Color HEX #4814BF Purple Heart

📋 copy color: '#4814BF'

red 72 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #4814BF

Tints of Purple Heart #4814BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

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

R = 25.44%
G = 7.07%
B = 67.49%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4814BF (or 0x4814BF) is known color: Purple Heart. HEX triplet: 48, 14 and BF. RGB value is (72,20,191). Sum of RGB (Red+Green+Blue) = 72+20+191=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #4814BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814BF is #B7EB40. Grayscale: #363636. Windows color (decimal): -12053313 or 12522568. OLE color: 12522568.

HSL color Cylindrical-coordinate representation of color #4814BF: hue angle of 258.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4814BF is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 20 191 -
CMYK 0.62 0.90 0 0.25
HSL 258.25º 0.81% 0.41% -
HSV(B) 258.25º 0.9% 0.75% -
XYZ 12.33 5.64 49.73 -
YUV 55.04 204.73 140.1 -
System Red Green Blue C M Y K H S L
Decimal 72 20 191 0.62 0.90 0 0.25 258.25 0.81 0.41
Hex 48 14 BF 3E 5A 0 19 102 51 29
Octal 110 24 277 76 132 0 31 402 121 51
Binary 1001000 10100 10111111 111110 1011010 0 11001 100000010 1010001 101001

Color Harmonies of #4814BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4814BF

Black with #4814BF

Text Example


Text Example

White with #4814BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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