Html Css Color HEX #6A085D Palatinate Purple

📋 copy color: '#6A085D'

red 106 ◦ green 8 ◦ blue 93

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

Shades of Palatinate Purple #6A085D

Tints of Palatinate Purple #6A085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 51.21%
G = 3.86%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A085D (or 0x6A085D) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 5D. RGB value is (106,8,93). Sum of RGB (Red+Green+Blue) = 106+8+93=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A085D is #95F7A2. Grayscale: #2E2E2E. Windows color (decimal): -9828259 or 6097002. OLE color: 6097002.

HSL color Cylindrical-coordinate representation of color #6A085D: hue angle of 307.96º 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 #6A085D is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 8 93 -
CMYK 0 0.92 0.12 0.58
HSL 307.96º 0.86% 0.22% -
HSV(B) 307.96º 0.92% 0.42% -
XYZ 8.01 4.03 10.71 -
YUV 46.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 106 8 93 0 0.92 0.12 0.58 307.96 0.86 0.22
Hex 6A 8 5D 0 5C C 3A 134 56 16
Octal 152 10 135 0 134 14 72 464 126 26
Binary 1101010 1000 1011101 0 1011100 1100 111010 100110100 1010110 10110

Color Harmonies of #6A085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A085D

Black with #6A085D

Text Example


Text Example

White with #6A085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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