Html Css Color HEX #6A185E Palatinate Purple

📋 copy color: '#6A185E'

red 106 ◦ green 24 ◦ blue 94

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

Shades of Palatinate Purple #6A185E

Tints of Palatinate Purple #6A185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 47.32%
G = 10.71%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A185E (or 0x6A185E) is known color: Palatinate Purple. HEX triplet: 6A, 18 and 5E. RGB value is (106,24,94). Sum of RGB (Red+Green+Blue) = 106+24+94=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A185E is #95E7A1. Grayscale: #383838. Windows color (decimal): -9824162 or 6166634. OLE color: 6166634.

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

Color convert

RGB 106 24 94 -
CMYK 0 0.77 0.11 0.58
HSL 308.78º 0.63% 0.25% -
HSV(B) 308.78º 0.77% 0.42% -
XYZ 8.29 4.53 11.03 -
YUV 56.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 106 24 94 0 0.77 0.11 0.58 308.78 0.63 0.25
Hex 6A 18 5E 0 4D B 3A 135 3F 19
Octal 152 30 136 0 115 13 72 465 77 31
Binary 1101010 11000 1011110 0 1001101 1011 111010 100110101 111111 11001

Color Harmonies of #6A185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A185E

Black with #6A185E

Text Example


Text Example

White with #6A185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,94); }

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

background-color css

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

 a { background-color: rgb(106,24,94); }

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

border-color css

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

 span { border-color: rgb(106,24,94); }

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