Html Css Color HEX #852067 Dark Purple

📋 copy color: '#852067'

red 133 ◦ green 32 ◦ blue 103

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

Shades of Dark Purple #852067

Tints of Dark Purple #852067

RGB

 RED value IS 133 (52.34% from 255) = 49.63%

 GREEN value IS 32 (12.89% from 255) = 11.94%

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

R = 49.63%
G = 11.94%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#852067 (or 0x852067) is known color: Dark Purple. HEX triplet: 85, 20 and 67. RGB value is (133,32,103). Sum of RGB (Red+Green+Blue) = 133+32+103=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852067 is #7ADF98. Grayscale: #464646. Windows color (decimal): -8052633 or 6758533. OLE color: 6758533.

HSL color Cylindrical-coordinate representation of color #852067: hue angle of 317.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852067 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 103 -
CMYK 0 0.76 0.23 0.48
HSL 317.82º 0.61% 0.32% -
HSV(B) 317.82º 0.76% 0.52% -
XYZ 12.64 7 13.52 -
YUV 70.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 133 32 103 0 0.76 0.23 0.48 317.82 0.61 0.32
Hex 85 20 67 0 4C 17 30 13E 3D 20
Octal 205 40 147 0 114 27 60 476 75 40
Binary 10000101 100000 1100111 0 1001100 10111 110000 100111110 111101 100000

Color Harmonies of #852067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852067

Black with #852067

Text Example


Text Example

White with #852067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852067; }

 p { color: rgb(133,32,103); }

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

background-color css

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

 a { background-color: rgb(133,32,103); }

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

border-color css

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

 span { border-color: rgb(133,32,103); }

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