Html Css Color HEX #823068 Dark Purple

📋 copy color: '#823068'

red 130 ◦ green 48 ◦ blue 104

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

Shades of Dark Purple #823068

Tints of Dark Purple #823068

RGB

 RED value IS 130 (51.17% from 255) = 46.1%

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

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

R = 46.1%
G = 17.02%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#823068 (or 0x823068) is known color: Dark Purple. HEX triplet: 82, 30 and 68. RGB value is (130,48,104). Sum of RGB (Red+Green+Blue) = 130+48+104=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #823068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823068 is #7DCF97. Grayscale: #4E4E4E. Windows color (decimal): -8245144 or 6828162. OLE color: 6828162.

HSL color Cylindrical-coordinate representation of color #823068: hue angle of 319.02º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823068 is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 104 -
CMYK 0 0.63 0.2 0.49
HSL 319.02º 0.46% 0.35% -
HSV(B) 319.02º 0.63% 0.51% -
XYZ 12.76 7.86 13.94 -
YUV 78.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 130 48 104 0 0.63 0.2 0.49 319.02 0.46 0.35
Hex 82 30 68 0 3F 14 31 13F 2E 23
Octal 202 60 150 0 77 24 61 477 56 43
Binary 10000010 110000 1101000 0 111111 10100 110001 100111111 101110 100011

Color Harmonies of #823068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823068

Black with #823068

Text Example


Text Example

White with #823068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823068; }

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

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

background-color css

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

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

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

border-color css

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

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

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