Html Css Color HEX #6A3E61 Palatinate Purple

📋 copy color: '#6A3E61'

red 106 ◦ green 62 ◦ blue 97

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

Shades of Palatinate Purple #6A3E61

Tints of Palatinate Purple #6A3E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.4%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 40%
G = 23.4%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A3E61 (or 0x6A3E61) is known color: Palatinate Purple. HEX triplet: 6A, 3E and 61. RGB value is (106,62,97). Sum of RGB (Red+Green+Blue) = 106+62+97=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3E61 is #95C19E. Grayscale: #4F4F4F. Windows color (decimal): -9814431 or 6372970. OLE color: 6372970.

HSL color Cylindrical-coordinate representation of color #6A3E61: hue angle of 312.27º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A3E61 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 62 97 -
CMYK 0 0.42 0.08 0.58
HSL 312.27º 0.26% 0.33% -
HSV(B) 312.27º 0.42% 0.42% -
XYZ 9.82 7.37 12.21 -
YUV 79.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 106 62 97 0 0.42 0.08 0.58 312.27 0.26 0.33
Hex 6A 3E 61 0 2A 8 3A 138 1A 21
Octal 152 76 141 0 52 10 72 470 32 41
Binary 1101010 111110 1100001 0 101010 1000 111010 100111000 11010 100001

Color Harmonies of #6A3E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3E61

Black with #6A3E61

Text Example


Text Example

White with #6A3E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,62,97); }

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

background-color css

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

 a { background-color: rgb(106,62,97); }

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

border-color css

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

 span { border-color: rgb(106,62,97); }

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