Html Css Color HEX #6A2261 Palatinate Purple

📋 copy color: '#6A2261'

red 106 ◦ green 34 ◦ blue 97

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

Shades of Palatinate Purple #6A2261

Tints of Palatinate Purple #6A2261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 44.73%
G = 14.35%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A2261 (or 0x6A2261) is known color: Palatinate Purple. HEX triplet: 6A, 22 and 61. RGB value is (106,34,97). Sum of RGB (Red+Green+Blue) = 106+34+97=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2261 is #95DD9E. Grayscale: #3E3E3E. Windows color (decimal): -9821599 or 6365802. OLE color: 6365802.

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

Color convert

RGB 106 34 97 -
CMYK 0 0.68 0.08 0.58
HSL 307.5º 0.51% 0.27% -
HSV(B) 307.5º 0.68% 0.42% -
XYZ 8.67 5.07 11.83 -
YUV 62.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 106 34 97 0 0.68 0.08 0.58 307.5 0.51 0.27
Hex 6A 22 61 0 44 8 3A 134 33 1B
Octal 152 42 141 0 104 10 72 464 63 33
Binary 1101010 100010 1100001 0 1000100 1000 111010 100110100 110011 11011

Color Harmonies of #6A2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2261

Black with #6A2261

Text Example


Text Example

White with #6A2261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,34,97); }

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

background-color css

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

 a { background-color: rgb(106,34,97); }

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

border-color css

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

 span { border-color: rgb(106,34,97); }

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