Html Css Color HEX #4801BF Purple Heart

📋 copy color: '#4801BF'

red 72 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #4801BF

Tints of Purple Heart #4801BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 27.27%
G = 0.38%
B = 72.35%

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

#4801BF (or 0x4801BF) is known color: Purple Heart. HEX triplet: 48, 01 and BF. RGB value is (72,1,191). Sum of RGB (Red+Green+Blue) = 72+1+191=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #4801BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4801BF is #B7FE40. Grayscale: #2B2B2B. Windows color (decimal): -12058177 or 12517704. OLE color: 12517704.

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

Color convert

RGB 72 1 191 -
CMYK 0.62 0.99 0 0.25
HSL 262.42º 0.99% 0.38% -
HSV(B) 262.42º 0.99% 0.75% -
XYZ 12.09 5.16 49.65 -
YUV 43.89 211.02 148.05 -
System Red Green Blue C M Y K H S L
Decimal 72 1 191 0.62 0.99 0 0.25 262.42 0.99 0.38
Hex 48 1 BF 3E 63 0 19 106 63 26
Octal 110 1 277 76 143 0 31 406 143 46
Binary 1001000 1 10111111 111110 1100011 0 11001 100000110 1100011 100110

Color Harmonies of #4801BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4801BF

Black with #4801BF

Text Example


Text Example

White with #4801BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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