Html Css Color HEX #6A335B Palatinate Purple

📋 copy color: '#6A335B'

red 106 ◦ green 51 ◦ blue 91

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

Shades of Palatinate Purple #6A335B

Tints of Palatinate Purple #6A335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 42.74%
G = 20.56%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6A335B (or 0x6A335B) is known color: Palatinate Purple. HEX triplet: 6A, 33 and 5B. RGB value is (106,51,91). Sum of RGB (Red+Green+Blue) = 106+51+91=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A335B is #95CCA4. Grayscale: #474747. Windows color (decimal): -9817253 or 5976938. OLE color: 5976938.

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

Color convert

RGB 106 51 91 -
CMYK 0 0.52 0.14 0.58
HSL 316.36º 0.35% 0.31% -
HSV(B) 316.36º 0.52% 0.42% -
XYZ 9.02 6.19 10.62 -
YUV 72.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 106 51 91 0 0.52 0.14 0.58 316.36 0.35 0.31
Hex 6A 33 5B 0 34 E 3A 13C 23 1F
Octal 152 63 133 0 64 16 72 474 43 37
Binary 1101010 110011 1011011 0 110100 1110 111010 100111100 100011 11111

Color Harmonies of #6A335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A335B

Black with #6A335B

Text Example


Text Example

White with #6A335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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