Html Css Color HEX #6A215D Palatinate Purple

📋 copy color: '#6A215D'

red 106 ◦ green 33 ◦ blue 93

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

Shades of Palatinate Purple #6A215D

Tints of Palatinate Purple #6A215D

RGB

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

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

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

R = 45.69%
G = 14.22%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A215D (or 0x6A215D) is known color: Palatinate Purple. HEX triplet: 6A, 21 and 5D. RGB value is (106,33,93). Sum of RGB (Red+Green+Blue) = 106+33+93=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A215D is #95DEA2. Grayscale: #3D3D3D. Windows color (decimal): -9821859 or 6103402. OLE color: 6103402.

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

Color convert

RGB 106 33 93 -
CMYK 0 0.69 0.12 0.58
HSL 310.68º 0.53% 0.27% -
HSV(B) 310.68º 0.69% 0.42% -
XYZ 8.46 4.94 10.86 -
YUV 61.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 106 33 93 0 0.69 0.12 0.58 310.68 0.53 0.27
Hex 6A 21 5D 0 45 C 3A 137 35 1B
Octal 152 41 135 0 105 14 72 467 65 33
Binary 1101010 100001 1011101 0 1000101 1100 111010 100110111 110101 11011

Color Harmonies of #6A215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A215D

Black with #6A215D

Text Example


Text Example

White with #6A215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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