Html Css Color HEX #4807DB Han Purple

📋 copy color: '#4807DB'

red 72 ◦ green 7 ◦ blue 219

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

Shades of Han Purple #4807DB

Tints of Han Purple #4807DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 24.16%
G = 2.35%
B = 73.49%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4807DB (or 0x4807DB) is known color: Han Purple. HEX triplet: 48, 07 and DB. RGB value is (72,7,219). Sum of RGB (Red+Green+Blue) = 72+7+219=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #4807DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4807DB is #B7F824. Grayscale: #313131. Windows color (decimal): -12056613 or 14354248. OLE color: 14354248.

HSL color Cylindrical-coordinate representation of color #4807DB: hue angle of 258.4º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4807DB is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 7 219 -
CMYK 0.67 0.97 0 0.14
HSL 258.4º 0.94% 0.44% -
HSV(B) 258.4º 0.97% 0.86% -
XYZ 15.53 6.64 67.48 -
YUV 50.6 223.03 143.26 -
System Red Green Blue C M Y K H S L
Decimal 72 7 219 0.67 0.97 0 0.14 258.4 0.94 0.44
Hex 48 7 DB 43 61 0 E 102 5E 2C
Octal 110 7 333 103 141 0 16 402 136 54
Binary 1001000 111 11011011 1000011 1100001 0 1110 100000010 1011110 101100

Color Harmonies of #4807DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4807DB

Black with #4807DB

Text Example


Text Example

White with #4807DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4807DB; }

 p { color: rgb(72,7,219); }

 H1.HeaderClassName
 {
   color: #4807DB;
 }
 .AnyTagClassName
 {
   color: #4807DB;
 }
</style>

background-color css

<style>
 a { background-color: #4807DB; }

 a { background-color: rgb(72,7,219); }

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

border-color css

<style>
 span { border-color: #4807DB; }

 span { border-color: rgb(72,7,219); }

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