Html Css Color HEX #6A2B5E Palatinate Purple

📋 copy color: '#6A2B5E'

red 106 ◦ green 43 ◦ blue 94

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

Shades of Palatinate Purple #6A2B5E

Tints of Palatinate Purple #6A2B5E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 43.62%
G = 17.7%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A2B5E (or 0x6A2B5E) is known color: Palatinate Purple. HEX triplet: 6A, 2B and 5E. RGB value is (106,43,94). Sum of RGB (Red+Green+Blue) = 106+43+94=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2B5E is #95D4A1. Grayscale: #434343. Windows color (decimal): -9819298 or 6171498. OLE color: 6171498.

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

Color convert

RGB 106 43 94 -
CMYK 0 0.59 0.11 0.58
HSL 311.43º 0.42% 0.29% -
HSV(B) 311.43º 0.59% 0.42% -
XYZ 8.83 5.6 11.21 -
YUV 67.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 106 43 94 0 0.59 0.11 0.58 311.43 0.42 0.29
Hex 6A 2B 5E 0 3B B 3A 137 2A 1D
Octal 152 53 136 0 73 13 72 467 52 35
Binary 1101010 101011 1011110 0 111011 1011 111010 100110111 101010 11101

Color Harmonies of #6A2B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2B5E

Black with #6A2B5E

Text Example


Text Example

White with #6A2B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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