Html Css Color HEX #6A0B5D Palatinate Purple

📋 copy color: '#6A0B5D'

red 106 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #6A0B5D

Tints of Palatinate Purple #6A0B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.24%

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

R = 50.48%
G = 5.24%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A0B5D (or 0x6A0B5D) is known color: Palatinate Purple. HEX triplet: 6A, 0B and 5D. RGB value is (106,11,93). Sum of RGB (Red+Green+Blue) = 106+11+93=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0B5D is #95F4A2. Grayscale: #303030. Windows color (decimal): -9827491 or 6097770. OLE color: 6097770.

HSL color Cylindrical-coordinate representation of color #6A0B5D: hue angle of 308.21º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B5D is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 11 93 -
CMYK 0 0.90 0.12 0.58
HSL 308.21º 0.81% 0.23% -
HSV(B) 308.21º 0.9% 0.42% -
XYZ 8.04 4.09 10.72 -
YUV 48.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 106 11 93 0 0.90 0.12 0.58 308.21 0.81 0.23
Hex 6A B 5D 0 5A C 3A 134 51 17
Octal 152 13 135 0 132 14 72 464 121 27
Binary 1101010 1011 1011101 0 1011010 1100 111010 100110100 1010001 10111

Color Harmonies of #6A0B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0B5D

Black with #6A0B5D

Text Example


Text Example

White with #6A0B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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