Html Css Color HEX #4800BE Purple Heart

📋 copy color: '#4800BE'

red 72 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #4800BE

Tints of Purple Heart #4800BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.48%
G = 0%
B = 72.52%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4800BE (or 0x4800BE) is known color: Purple Heart. HEX triplet: 48, 00 and BE. RGB value is (72,0,190). Sum of RGB (Red+Green+Blue) = 72+0+190=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #4800BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800BE is #B7FF41. Grayscale: #2A2A2A. Windows color (decimal): -12058434 or 12451912. OLE color: 12451912.

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

Color convert

RGB 72 0 190 -
CMYK 0.62 1 0 0.25
HSL 262.74º 1% 0.37% -
HSV(B) 262.74º 1% 0.75% -
XYZ 11.97 5.1 49.07 -
YUV 43.19 210.85 148.55 -
System Red Green Blue C M Y K H S L
Decimal 72 0 190 0.62 1 0 0.25 262.74 1 0.37
Hex 48 0 BE 3E 64 0 19 107 64 25
Octal 110 0 276 76 144 0 31 407 144 45
Binary 1001000 0 10111110 111110 1100100 0 11001 100000111 1100100 100101

Color Harmonies of #4800BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800BE

Black with #4800BE

Text Example


Text Example

White with #4800BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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