Html Css Color HEX #872368 Dark Purple

📋 copy color: '#872368'

red 135 ◦ green 35 ◦ blue 104

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

Shades of Dark Purple #872368

Tints of Dark Purple #872368

RGB

 RED value IS 135 (53.13% from 255) = 49.27%

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 49.27%
G = 12.77%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#872368 (or 0x872368) is known color: Dark Purple. HEX triplet: 87, 23 and 68. RGB value is (135,35,104). Sum of RGB (Red+Green+Blue) = 135+35+104=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #872368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872368 is #78DC97. Grayscale: #484848. Windows color (decimal): -7920792 or 6824839. OLE color: 6824839.

HSL color Cylindrical-coordinate representation of color #872368: hue angle of 318.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872368 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 35 104 -
CMYK 0 0.74 0.23 0.47
HSL 318.6º 0.59% 0.33% -
HSV(B) 318.6º 0.74% 0.53% -
XYZ 13.09 7.35 13.83 -
YUV 72.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 135 35 104 0 0.74 0.23 0.47 318.6 0.59 0.33
Hex 87 23 68 0 4A 17 2F 13F 3B 21
Octal 207 43 150 0 112 27 57 477 73 41
Binary 10000111 100011 1101000 0 1001010 10111 101111 100111111 111011 100001

Color Harmonies of #872368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872368

Black with #872368

Text Example


Text Example

White with #872368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872368; }

 p { color: rgb(135,35,104); }

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

background-color css

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

 a { background-color: rgb(135,35,104); }

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

border-color css

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

 span { border-color: rgb(135,35,104); }

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