Html Css Color HEX #802567 Dark Purple

📋 copy color: '#802567'

red 128 ◦ green 37 ◦ blue 103

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

Shades of Dark Purple #802567

Tints of Dark Purple #802567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 47.76%
G = 13.81%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#802567 (or 0x802567) is known color: Dark Purple. HEX triplet: 80, 25 and 67. RGB value is (128,37,103). Sum of RGB (Red+Green+Blue) = 128+37+103=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #802567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802567 is #7FDA98. Grayscale: #474747. Windows color (decimal): -8379033 or 6759808. OLE color: 6759808.

HSL color Cylindrical-coordinate representation of color #802567: hue angle of 316.48º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802567 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 103 -
CMYK 0 0.71 0.20 0.50
HSL 316.48º 0.55% 0.32% -
HSV(B) 316.48º 0.71% 0.5% -
XYZ 12.01 6.89 13.53 -
YUV 71.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 128 37 103 0 0.71 0.20 0.50 316.48 0.55 0.32
Hex 80 25 67 0 47 14 32 13C 37 20
Octal 200 45 147 0 107 24 62 474 67 40
Binary 10000000 100101 1100111 0 1000111 10100 110010 100111100 110111 100000

Color Harmonies of #802567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802567

Black with #802567

Text Example


Text Example

White with #802567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802567; }

 p { color: rgb(128,37,103); }

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

background-color css

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

 a { background-color: rgb(128,37,103); }

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

border-color css

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

 span { border-color: rgb(128,37,103); }

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