Html Css Color HEX #6A065E Palatinate Purple

📋 copy color: '#6A065E'

red 106 ◦ green 6 ◦ blue 94

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

Shades of Palatinate Purple #6A065E

Tints of Palatinate Purple #6A065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

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

R = 51.46%
G = 2.91%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A065E (or 0x6A065E) is known color: Palatinate Purple. HEX triplet: 6A, 06 and 5E. RGB value is (106,6,94). Sum of RGB (Red+Green+Blue) = 106+6+94=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A065E is #95F9A1. Grayscale: #2D2D2D. Windows color (decimal): -9828770 or 6162026. OLE color: 6162026.

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

Color convert

RGB 106 6 94 -
CMYK 0 0.94 0.11 0.58
HSL 307.2º 0.89% 0.22% -
HSV(B) 307.2º 0.94% 0.42% -
XYZ 8.03 4 10.94 -
YUV 45.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 106 6 94 0 0.94 0.11 0.58 307.2 0.89 0.22
Hex 6A 6 5E 0 5E B 3A 133 59 16
Octal 152 6 136 0 136 13 72 463 131 26
Binary 1101010 110 1011110 0 1011110 1011 111010 100110011 1011001 10110

Color Harmonies of #6A065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A065E

Black with #6A065E

Text Example


Text Example

White with #6A065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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