Html Css Color HEX #6A365B Palatinate Purple

📋 copy color: '#6A365B'

red 106 ◦ green 54 ◦ blue 91

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

Shades of Palatinate Purple #6A365B

Tints of Palatinate Purple #6A365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 42.23%
G = 21.51%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6A365B (or 0x6A365B) is known color: Palatinate Purple. HEX triplet: 6A, 36 and 5B. RGB value is (106,54,91). Sum of RGB (Red+Green+Blue) = 106+54+91=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A365B is #95C9A4. Grayscale: #494949. Windows color (decimal): -9816485 or 5977706. OLE color: 5977706.

HSL color Cylindrical-coordinate representation of color #6A365B: hue angle of 317.31º 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 #6A365B is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 54 91 -
CMYK 0 0.49 0.14 0.58
HSL 317.31º 0.33% 0.31% -
HSV(B) 317.31º 0.49% 0.42% -
XYZ 9.15 6.46 10.66 -
YUV 73.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 106 54 91 0 0.49 0.14 0.58 317.31 0.33 0.31
Hex 6A 36 5B 0 31 E 3A 13D 20 1F
Octal 152 66 133 0 61 16 72 475 40 37
Binary 1101010 110110 1011011 0 110001 1110 111010 100111101 100000 11111

Color Harmonies of #6A365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A365B

Black with #6A365B

Text Example


Text Example

White with #6A365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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