Html Css Color HEX #6A215A Palatinate Purple

📋 copy color: '#6A215A'

red 106 ◦ green 33 ◦ blue 90

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

Shades of Palatinate Purple #6A215A

Tints of Palatinate Purple #6A215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 46.29%
G = 14.41%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6A215A (or 0x6A215A) is known color: Palatinate Purple. HEX triplet: 6A, 21 and 5A. RGB value is (106,33,90). Sum of RGB (Red+Green+Blue) = 106+33+90=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A215A is #95DEA5. Grayscale: #3D3D3D. Windows color (decimal): -9821862 or 5906794. OLE color: 5906794.

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

Color convert

RGB 106 33 90 -
CMYK 0 0.69 0.15 0.58
HSL 313.15º 0.53% 0.27% -
HSV(B) 313.15º 0.69% 0.42% -
XYZ 8.33 4.89 10.18 -
YUV 61.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 106 33 90 0 0.69 0.15 0.58 313.15 0.53 0.27
Hex 6A 21 5A 0 45 F 3A 139 35 1B
Octal 152 41 132 0 105 17 72 471 65 33
Binary 1101010 100001 1011010 0 1000101 1111 111010 100111001 110101 11011

Color Harmonies of #6A215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A215A

Black with #6A215A

Text Example


Text Example

White with #6A215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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