Html Css Color HEX #6A365D Palatinate Purple

📋 copy color: '#6A365D'

red 106 ◦ green 54 ◦ blue 93

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

Shades of Palatinate Purple #6A365D

Tints of Palatinate Purple #6A365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 41.9%
G = 21.34%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A365D (or 0x6A365D) is known color: Palatinate Purple. HEX triplet: 6A, 36 and 5D. RGB value is (106,54,93). Sum of RGB (Red+Green+Blue) = 106+54+93=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A365D is #95C9A2. Grayscale: #494949. Windows color (decimal): -9816483 or 6108778. OLE color: 6108778.

HSL color Cylindrical-coordinate representation of color #6A365D: hue angle of 315º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A365D is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 54 93 -
CMYK 0 0.49 0.12 0.58
HSL 315º 0.33% 0.31% -
HSV(B) 315º 0.49% 0.42% -
XYZ 9.24 6.49 11.12 -
YUV 73.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 106 54 93 0 0.49 0.12 0.58 315 0.33 0.31
Hex 6A 36 5D 0 31 C 3A 13B 20 1F
Octal 152 66 135 0 61 14 72 473 40 37
Binary 1101010 110110 1011101 0 110001 1100 111010 100111011 100000 11111

Color Harmonies of #6A365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A365D

Black with #6A365D

Text Example


Text Example

White with #6A365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,54,93); }

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

background-color css

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

 a { background-color: rgb(106,54,93); }

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

border-color css

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

 span { border-color: rgb(106,54,93); }

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