Html Css Color HEX #6A106D Palatinate Purple

📋 copy color: '#6A106D'

red 106 ◦ green 16 ◦ blue 109

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

Shades of Palatinate Purple #6A106D

Tints of Palatinate Purple #6A106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 45.89%
G = 6.93%
B = 47.19%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A106D (or 0x6A106D) is known color: Palatinate Purple. HEX triplet: 6A, 10 and 6D. RGB value is (106,16,109). Sum of RGB (Red+Green+Blue) = 106+16+109=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A106D is #95EF92. Grayscale: #353535. Windows color (decimal): -9826195 or 7147626. OLE color: 7147626.

HSL color Cylindrical-coordinate representation of color #6A106D: hue angle of 298.06º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A106D is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 16 109 -
CMYK 0.03 0.85 0 0.57
HSL 298.06º 0.74% 0.25% -
HSV(B) 298.06º 0.85% 0.43% -
XYZ 8.89 4.54 14.88 -
YUV 53.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 106 16 109 0.03 0.85 0 0.57 298.06 0.74 0.25
Hex 6A 10 6D 3 55 0 39 12A 4A 19
Octal 152 20 155 3 125 0 71 452 112 31
Binary 1101010 10000 1101101 11 1010101 0 111001 100101010 1001010 11001

Color Harmonies of #6A106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A106D

Black with #6A106D

Text Example


Text Example

White with #6A106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,16,109); }

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

background-color css

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

 a { background-color: rgb(106,16,109); }

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

border-color css

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

 span { border-color: rgb(106,16,109); }

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