Html Css Color HEX #850375 Purple

📋 copy color: '#850375'

red 133 ◦ green 3 ◦ blue 117

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

Shades of Purple #850375

Tints of Purple #850375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 52.57%
G = 1.19%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#850375 (or 0x850375) is known color: Purple. HEX triplet: 85, 03 and 75. RGB value is (133,3,117). Sum of RGB (Red+Green+Blue) = 133+3+117=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850375 is #7AFC8A. Grayscale: #363636. Windows color (decimal): -8060043 or 7668613. OLE color: 7668613.

HSL color Cylindrical-coordinate representation of color #850375: hue angle of 307.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850375 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 117 -
CMYK 0 0.98 0.12 0.48
HSL 307.38º 0.96% 0.27% -
HSV(B) 307.38º 0.98% 0.52% -
XYZ 12.92 6.34 17.37 -
YUV 54.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 133 3 117 0 0.98 0.12 0.48 307.38 0.96 0.27
Hex 85 3 75 0 62 C 30 133 60 1B
Octal 205 3 165 0 142 14 60 463 140 33
Binary 10000101 11 1110101 0 1100010 1100 110000 100110011 1100000 11011

Color Harmonies of #850375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850375

Black with #850375

Text Example


Text Example

White with #850375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850375; }

 p { color: rgb(133,3,117); }

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

background-color css

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

 a { background-color: rgb(133,3,117); }

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

border-color css

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

 span { border-color: rgb(133,3,117); }

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