Html Css Color HEX #6A235B Palatinate Purple

📋 copy color: '#6A235B'

red 106 ◦ green 35 ◦ blue 91

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

Shades of Palatinate Purple #6A235B

Tints of Palatinate Purple #6A235B

RGB

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

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

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

R = 45.69%
G = 15.09%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6A235B (or 0x6A235B) is known color: Palatinate Purple. HEX triplet: 6A, 23 and 5B. RGB value is (106,35,91). Sum of RGB (Red+Green+Blue) = 106+35+91=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A235B is #95DCA4. Grayscale: #3E3E3E. Windows color (decimal): -9821349 or 5972842. OLE color: 5972842.

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

Color convert

RGB 106 35 91 -
CMYK 0 0.67 0.14 0.58
HSL 312.68º 0.5% 0.28% -
HSV(B) 312.68º 0.67% 0.42% -
XYZ 8.43 5.02 10.42 -
YUV 62.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 106 35 91 0 0.67 0.14 0.58 312.68 0.5 0.28
Hex 6A 23 5B 0 43 E 3A 139 32 1C
Octal 152 43 133 0 103 16 72 471 62 34
Binary 1101010 100011 1011011 0 1000011 1110 111010 100111001 110010 11100

Color Harmonies of #6A235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A235B

Black with #6A235B

Text Example


Text Example

White with #6A235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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