Html Css Color HEX #6A365F Palatinate Purple

📋 copy color: '#6A365F'

red 106 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #6A365F

Tints of Palatinate Purple #6A365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 41.57%
G = 21.18%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6A365F (or 0x6A365F) is known color: Palatinate Purple. HEX triplet: 6A, 36 and 5F. RGB value is (106,54,95). Sum of RGB (Red+Green+Blue) = 106+54+95=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A365F is #95C9A0. Grayscale: #4A4A4A. Windows color (decimal): -9816481 or 6239850. OLE color: 6239850.

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

Color convert

RGB 106 54 95 -
CMYK 0 0.49 0.10 0.58
HSL 312.69º 0.33% 0.31% -
HSV(B) 312.69º 0.49% 0.42% -
XYZ 9.33 6.53 11.59 -
YUV 74.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 106 54 95 0 0.49 0.10 0.58 312.69 0.33 0.31
Hex 6A 36 5F 0 31 A 3A 139 20 1F
Octal 152 66 137 0 61 12 72 471 40 37
Binary 1101010 110110 1011111 0 110001 1010 111010 100111001 100000 11111

Color Harmonies of #6A365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A365F

Black with #6A365F

Text Example


Text Example

White with #6A365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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