Html Css Color HEX #853068 Dark Purple

📋 copy color: '#853068'

red 133 ◦ green 48 ◦ blue 104

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

Shades of Dark Purple #853068

Tints of Dark Purple #853068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 46.67%
G = 16.84%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#853068 (or 0x853068) is known color: Dark Purple. HEX triplet: 85, 30 and 68. RGB value is (133,48,104). Sum of RGB (Red+Green+Blue) = 133+48+104=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853068 is #7ACF97. Grayscale: #4F4F4F. Windows color (decimal): -8048536 or 6828165. OLE color: 6828165.

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

Color convert

RGB 133 48 104 -
CMYK 0 0.64 0.22 0.48
HSL 320.47º 0.47% 0.35% -
HSV(B) 320.47º 0.64% 0.52% -
XYZ 13.23 8.1 13.96 -
YUV 79.8 141.66 165.95 -
System Red Green Blue C M Y K H S L
Decimal 133 48 104 0 0.64 0.22 0.48 320.47 0.47 0.35
Hex 85 30 68 0 40 16 30 140 2F 23
Octal 205 60 150 0 100 26 60 500 57 43
Binary 10000101 110000 1101000 0 1000000 10110 110000 101000000 101111 100011

Color Harmonies of #853068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853068

Black with #853068

Text Example


Text Example

White with #853068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853068; }

 p { color: rgb(133,48,104); }

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

background-color css

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

 a { background-color: rgb(133,48,104); }

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

border-color css

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

 span { border-color: rgb(133,48,104); }

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