Html Css Color HEX #6A146C Palatinate Purple

📋 copy color: '#6A146C'

red 106 ◦ green 20 ◦ blue 108

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

Shades of Palatinate Purple #6A146C

Tints of Palatinate Purple #6A146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

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

R = 45.3%
G = 8.55%
B = 46.15%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A146C (or 0x6A146C) is known color: Palatinate Purple. HEX triplet: 6A, 14 and 6C. RGB value is (106,20,108). Sum of RGB (Red+Green+Blue) = 106+20+108=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A146C is #95EB93. Grayscale: #373737. Windows color (decimal): -9825172 or 7083114. OLE color: 7083114.

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

Color convert

RGB 106 20 108 -
CMYK 0.02 0.81 0 0.58
HSL 298.64º 0.69% 0.25% -
HSV(B) 298.64º 0.81% 0.42% -
XYZ 8.9 4.65 14.62 -
YUV 55.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 106 20 108 0.02 0.81 0 0.58 298.64 0.69 0.25
Hex 6A 14 6C 2 51 0 3A 12B 45 19
Octal 152 24 154 2 121 0 72 453 105 31
Binary 1101010 10100 1101100 10 1010001 0 111010 100101011 1000101 11001

Color Harmonies of #6A146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A146C

Black with #6A146C

Text Example


Text Example

White with #6A146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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