Html Css Color HEX #80306B Dark Purple

📋 copy color: '#80306B'

red 128 ◦ green 48 ◦ blue 107

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

Shades of Dark Purple #80306B

Tints of Dark Purple #80306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 45.23%
G = 16.96%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80306B (or 0x80306B) is known color: Dark Purple. HEX triplet: 80, 30 and 6B. RGB value is (128,48,107). Sum of RGB (Red+Green+Blue) = 128+48+107=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #80306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80306B is #7FCF94. Grayscale: #4E4E4E. Windows color (decimal): -8376213 or 7024768. OLE color: 7024768.

HSL color Cylindrical-coordinate representation of color #80306B: hue angle of 315.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 #80306B is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 107 -
CMYK 0 0.62 0.16 0.50
HSL 315.75º 0.45% 0.35% -
HSV(B) 315.75º 0.63% 0.5% -
XYZ 12.61 7.76 14.74 -
YUV 78.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 128 48 107 0 0.62 0.16 0.50 315.75 0.45 0.35
Hex 80 30 6B 0 3E 10 32 13C 2D 23
Octal 200 60 153 0 76 20 62 474 55 43
Binary 10000000 110000 1101011 0 111110 10000 110010 100111100 101101 100011

Color Harmonies of #80306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80306B

Black with #80306B

Text Example


Text Example

White with #80306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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