Html Css Color HEX #6A2153 Palatinate Purple

📋 copy color: '#6A2153'

red 106 ◦ green 33 ◦ blue 83

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

Shades of Palatinate Purple #6A2153

Tints of Palatinate Purple #6A2153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 47.75%
G = 14.86%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6A2153 (or 0x6A2153) is known color: Palatinate Purple. HEX triplet: 6A, 21 and 53. RGB value is (106,33,83). Sum of RGB (Red+Green+Blue) = 106+33+83=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2153 is #95DEAC. Grayscale: #3C3C3C. Windows color (decimal): -9821869 or 5448042. OLE color: 5448042.

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

Color convert

RGB 106 33 83 -
CMYK 0 0.69 0.22 0.58
HSL 318.9º 0.53% 0.27% -
HSV(B) 318.9º 0.69% 0.42% -
XYZ 8.05 4.78 8.68 -
YUV 60.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 106 33 83 0 0.69 0.22 0.58 318.9 0.53 0.27
Hex 6A 21 53 0 45 16 3A 13F 35 1B
Octal 152 41 123 0 105 26 72 477 65 33
Binary 1101010 100001 1010011 0 1000101 10110 111010 100111111 110101 11011

Color Harmonies of #6A2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2153

Black with #6A2153

Text Example


Text Example

White with #6A2153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,33,83); }

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

background-color css

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

 a { background-color: rgb(106,33,83); }

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

border-color css

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

 span { border-color: rgb(106,33,83); }

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