Html Css Color HEX #6A235E Palatinate Purple

📋 copy color: '#6A235E'

red 106 ◦ green 35 ◦ blue 94

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

Shades of Palatinate Purple #6A235E

Tints of Palatinate Purple #6A235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 94 (37.11% from 255) = 40%

R = 45.11%
G = 14.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A235E (or 0x6A235E) is known color: Palatinate Purple. HEX triplet: 6A, 23 and 5E. RGB value is (106,35,94). Sum of RGB (Red+Green+Blue) = 106+35+94=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A235E is #95DCA1. Grayscale: #3E3E3E. Windows color (decimal): -9821346 or 6169450. OLE color: 6169450.

HSL color Cylindrical-coordinate representation of color #6A235E: hue angle of 310.14º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A235E is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 35 94 -
CMYK 0 0.67 0.11 0.58
HSL 310.14º 0.5% 0.28% -
HSV(B) 310.14º 0.67% 0.42% -
XYZ 8.57 5.07 11.12 -
YUV 62.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 106 35 94 0 0.67 0.11 0.58 310.14 0.5 0.28
Hex 6A 23 5E 0 43 B 3A 136 32 1C
Octal 152 43 136 0 103 13 72 466 62 34
Binary 1101010 100011 1011110 0 1000011 1011 111010 100110110 110010 11100

Color Harmonies of #6A235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A235E

Black with #6A235E

Text Example


Text Example

White with #6A235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,35,94); }

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

background-color css

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

 a { background-color: rgb(106,35,94); }

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

border-color css

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

 span { border-color: rgb(106,35,94); }

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