Html Css Color HEX #6A385C Palatinate Purple

📋 copy color: '#6A385C'

red 106 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #6A385C

Tints of Palatinate Purple #6A385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

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

R = 41.73%
G = 22.05%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A385C (or 0x6A385C) is known color: Palatinate Purple. HEX triplet: 6A, 38 and 5C. RGB value is (106,56,92). Sum of RGB (Red+Green+Blue) = 106+56+92=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A385C is #95C7A3. Grayscale: #4A4A4A. Windows color (decimal): -9815972 or 6043754. OLE color: 6043754.

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

Color convert

RGB 106 56 92 -
CMYK 0 0.47 0.13 0.58
HSL 316.8º 0.31% 0.32% -
HSV(B) 316.8º 0.47% 0.42% -
XYZ 9.29 6.67 10.92 -
YUV 75.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 106 56 92 0 0.47 0.13 0.58 316.8 0.31 0.32
Hex 6A 38 5C 0 2F D 3A 13D 1F 20
Octal 152 70 134 0 57 15 72 475 37 40
Binary 1101010 111000 1011100 0 101111 1101 111010 100111101 11111 100000

Color Harmonies of #6A385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A385C

Black with #6A385C

Text Example


Text Example

White with #6A385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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