Html Css Color HEX #6A335C Palatinate Purple

📋 copy color: '#6A335C'

red 106 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #6A335C

Tints of Palatinate Purple #6A335C

RGB

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

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

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

R = 42.57%
G = 20.48%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A335C (or 0x6A335C) is known color: Palatinate Purple. HEX triplet: 6A, 33 and 5C. RGB value is (106,51,92). Sum of RGB (Red+Green+Blue) = 106+51+92=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A335C is #95CCA3. Grayscale: #484848. Windows color (decimal): -9817252 or 6042474. OLE color: 6042474.

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

Color convert

RGB 106 51 92 -
CMYK 0 0.52 0.13 0.58
HSL 315.27º 0.35% 0.31% -
HSV(B) 315.27º 0.52% 0.42% -
XYZ 9.06 6.2 10.85 -
YUV 72.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 106 51 92 0 0.52 0.13 0.58 315.27 0.35 0.31
Hex 6A 33 5C 0 34 D 3A 13B 23 1F
Octal 152 63 134 0 64 15 72 473 43 37
Binary 1101010 110011 1011100 0 110100 1101 111010 100111011 100011 11111

Color Harmonies of #6A335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A335C

Black with #6A335C

Text Example


Text Example

White with #6A335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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