Html Css Color HEX #6A106C Palatinate Purple

📋 copy color: '#6A106C'

red 106 ◦ green 16 ◦ blue 108

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

Shades of Palatinate Purple #6A106C

Tints of Palatinate Purple #6A106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.96%

R = 46.09%
G = 6.96%
B = 46.96%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A106C (or 0x6A106C) is known color: Palatinate Purple. HEX triplet: 6A, 10 and 6C. RGB value is (106,16,108). Sum of RGB (Red+Green+Blue) = 106+16+108=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A106C is #95EF93. Grayscale: #353535. Windows color (decimal): -9826196 or 7082090. OLE color: 7082090.

HSL color Cylindrical-coordinate representation of color #6A106C: hue angle of 298.7º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A106C is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 16 108 -
CMYK 0.02 0.85 0 0.58
HSL 298.7º 0.74% 0.24% -
HSV(B) 298.7º 0.85% 0.42% -
XYZ 8.84 4.52 14.59 -
YUV 53.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 106 16 108 0.02 0.85 0 0.58 298.7 0.74 0.24
Hex 6A 10 6C 2 55 0 3A 12B 4A 18
Octal 152 20 154 2 125 0 72 453 112 30
Binary 1101010 10000 1101100 10 1010101 0 111010 100101011 1001010 11000

Color Harmonies of #6A106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A106C

Black with #6A106C

Text Example


Text Example

White with #6A106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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