Html Css Color HEX #6A395C Palatinate Purple

📋 copy color: '#6A395C'

red 106 ◦ green 57 ◦ blue 92

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

Shades of Palatinate Purple #6A395C

Tints of Palatinate Purple #6A395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 41.57%
G = 22.35%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A395C (or 0x6A395C) is known color: Palatinate Purple. HEX triplet: 6A, 39 and 5C. RGB value is (106,57,92). Sum of RGB (Red+Green+Blue) = 106+57+92=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A395C is #95C6A3. Grayscale: #4B4B4B. Windows color (decimal): -9815716 or 6044010. OLE color: 6044010.

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

Color convert

RGB 106 57 92 -
CMYK 0 0.46 0.13 0.58
HSL 317.14º 0.3% 0.32% -
HSV(B) 317.14º 0.46% 0.42% -
XYZ 9.34 6.76 10.94 -
YUV 75.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 106 57 92 0 0.46 0.13 0.58 317.14 0.3 0.32
Hex 6A 39 5C 0 2E D 3A 13D 1E 20
Octal 152 71 134 0 56 15 72 475 36 40
Binary 1101010 111001 1011100 0 101110 1101 111010 100111101 11110 100000

Color Harmonies of #6A395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A395C

Black with #6A395C

Text Example


Text Example

White with #6A395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,57,92); }

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

background-color css

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

 a { background-color: rgb(106,57,92); }

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

border-color css

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

 span { border-color: rgb(106,57,92); }

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