Html Css Color HEX #852F7B Dark Purple

📋 copy color: '#852F7B'

red 133 ◦ green 47 ◦ blue 123

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

Shades of Dark Purple #852F7B

Tints of Dark Purple #852F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.51%

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

R = 43.89%
G = 15.51%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#852F7B (or 0x852F7B) is known color: Dark Purple. HEX triplet: 85, 2F and 7B. RGB value is (133,47,123). Sum of RGB (Red+Green+Blue) = 133+47+123=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #852F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F7B is #7AD084. Grayscale: #515151. Windows color (decimal): -8048773 or 8073093. OLE color: 8073093.

HSL color Cylindrical-coordinate representation of color #852F7B: hue angle of 306.98º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852F7B is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 123 -
CMYK 0 0.65 0.08 0.48
HSL 306.98º 0.48% 0.35% -
HSV(B) 306.98º 0.65% 0.52% -
XYZ 14.26 8.45 19.62 -
YUV 81.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 133 47 123 0 0.65 0.08 0.48 306.98 0.48 0.35
Hex 85 2F 7B 0 41 8 30 133 30 23
Octal 205 57 173 0 101 10 60 463 60 43
Binary 10000101 101111 1111011 0 1000001 1000 110000 100110011 110000 100011

Color Harmonies of #852F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F7B

Black with #852F7B

Text Example


Text Example

White with #852F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F7B; }

 p { color: rgb(133,47,123); }

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

background-color css

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

 a { background-color: rgb(133,47,123); }

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

border-color css

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

 span { border-color: rgb(133,47,123); }

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