Html Css Color HEX #6A085E Palatinate Purple

📋 copy color: '#6A085E'

red 106 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #6A085E

Tints of Palatinate Purple #6A085E

RGB

 RED value IS 106 (41.8% from 255) = 50.96%

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 50.96%
G = 3.85%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A085E (or 0x6A085E) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 5E. RGB value is (106,8,94). Sum of RGB (Red+Green+Blue) = 106+8+94=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A085E is #95F7A1. Grayscale: #2E2E2E. Windows color (decimal): -9828258 or 6162538. OLE color: 6162538.

HSL color Cylindrical-coordinate representation of color #6A085E: hue angle of 307.35º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A085E is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 8 94 -
CMYK 0 0.92 0.11 0.58
HSL 307.35º 0.86% 0.22% -
HSV(B) 307.35º 0.92% 0.42% -
XYZ 8.05 4.05 10.95 -
YUV 47.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 106 8 94 0 0.92 0.11 0.58 307.35 0.86 0.22
Hex 6A 8 5E 0 5C B 3A 133 56 16
Octal 152 10 136 0 134 13 72 463 126 26
Binary 1101010 1000 1011110 0 1011100 1011 111010 100110011 1010110 10110

Color Harmonies of #6A085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A085E

Black with #6A085E

Text Example


Text Example

White with #6A085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A085E; }

 p { color: rgb(106,8,94); }

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

background-color css

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

 a { background-color: rgb(106,8,94); }

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

border-color css

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

 span { border-color: rgb(106,8,94); }

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