Html Css Color HEX #6A3595 Royal Purple

📋 copy color: '#6A3595'

red 106 ◦ green 53 ◦ blue 149

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

Shades of Royal Purple #6A3595

Tints of Royal Purple #6A3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 34.42%
G = 17.21%
B = 48.38%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A3595 (or 0x6A3595) is known color: Royal Purple. HEX triplet: 6A, 35 and 95. RGB value is (106,53,149). Sum of RGB (Red+Green+Blue) = 106+53+149=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A3595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3595 is #95CA6A. Grayscale: #4F4F4F. Windows color (decimal): -9816683 or 9778538. OLE color: 9778538.

HSL color Cylindrical-coordinate representation of color #6A3595: hue angle of 273.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A3595 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 53 149 -
CMYK 0.29 0.64 0 0.42
HSL 273.13º 0.48% 0.4% -
HSV(B) 273.13º 0.64% 0.58% -
XYZ 12.64 7.78 29.27 -
YUV 79.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 106 53 149 0.29 0.64 0 0.42 273.13 0.48 0.4
Hex 6A 35 95 1D 40 0 2A 111 30 28
Octal 152 65 225 35 100 0 52 421 60 50
Binary 1101010 110101 10010101 11101 1000000 0 101010 100010001 110000 101000

Color Harmonies of #6A3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3595

Black with #6A3595

Text Example


Text Example

White with #6A3595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,53,149); }

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

background-color css

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

 a { background-color: rgb(106,53,149); }

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

border-color css

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

 span { border-color: rgb(106,53,149); }

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