Html Css Color HEX #6A2B5D Palatinate Purple

📋 copy color: '#6A2B5D'

red 106 ◦ green 43 ◦ blue 93

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

Shades of Palatinate Purple #6A2B5D

Tints of Palatinate Purple #6A2B5D

RGB

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

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

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

R = 43.8%
G = 17.77%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A2B5D (or 0x6A2B5D) is known color: Palatinate Purple. HEX triplet: 6A, 2B and 5D. RGB value is (106,43,93). Sum of RGB (Red+Green+Blue) = 106+43+93=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2B5D is #95D4A2. Grayscale: #434343. Windows color (decimal): -9819299 or 6105962. OLE color: 6105962.

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

Color convert

RGB 106 43 93 -
CMYK 0 0.59 0.12 0.58
HSL 312.38º 0.42% 0.29% -
HSV(B) 312.38º 0.59% 0.42% -
XYZ 8.78 5.58 10.97 -
YUV 67.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 106 43 93 0 0.59 0.12 0.58 312.38 0.42 0.29
Hex 6A 2B 5D 0 3B C 3A 138 2A 1D
Octal 152 53 135 0 73 14 72 470 52 35
Binary 1101010 101011 1011101 0 111011 1100 111010 100111000 101010 11101

Color Harmonies of #6A2B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2B5D

Black with #6A2B5D

Text Example


Text Example

White with #6A2B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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