Html Css Color HEX #80307B Dark Purple

📋 copy color: '#80307B'

red 128 ◦ green 48 ◦ blue 123

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

Shades of Dark Purple #80307B

Tints of Dark Purple #80307B

RGB

 RED value IS 128 (50.39% from 255) = 42.81%

 GREEN value IS 48 (19.14% from 255) = 16.05%

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 42.81%
G = 16.05%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80307B (or 0x80307B) is known color: Dark Purple. HEX triplet: 80, 30 and 7B. RGB value is (128,48,123). Sum of RGB (Red+Green+Blue) = 128+48+123=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #80307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80307B is #7FCF84. Grayscale: #505050. Windows color (decimal): -8376197 or 8073344. OLE color: 8073344.

HSL color Cylindrical-coordinate representation of color #80307B: hue angle of 303.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80307B is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 123 -
CMYK 0 0.62 0.04 0.50
HSL 303.75º 0.45% 0.35% -
HSV(B) 303.75º 0.63% 0.5% -
XYZ 13.53 8.13 19.6 -
YUV 80.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 128 48 123 0 0.62 0.04 0.50 303.75 0.45 0.35
Hex 80 30 7B 0 3E 4 32 130 2D 23
Octal 200 60 173 0 76 4 62 460 55 43
Binary 10000000 110000 1111011 0 111110 100 110010 100110000 101101 100011

Color Harmonies of #80307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80307B

Black with #80307B

Text Example


Text Example

White with #80307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80307B; }

 p { color: rgb(128,48,123); }

 H1.HeaderClassName
 {
   color: #80307B;
 }
 .AnyTagClassName
 {
   color: #80307B;
 }
</style>

background-color css

<style>
 a { background-color: #80307B; }

 a { background-color: rgb(128,48,123); }

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

border-color css

<style>
 span { border-color: #80307B; }

 span { border-color: rgb(128,48,123); }

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