Html Css Color HEX #6A3991 Royal Purple

📋 copy color: '#6A3991'

red 106 ◦ green 57 ◦ blue 145

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

Shades of Royal Purple #6A3991

Tints of Royal Purple #6A3991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 34.42%
G = 18.51%
B = 47.08%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A3991 (or 0x6A3991) is known color: Royal Purple. HEX triplet: 6A, 39 and 91. RGB value is (106,57,145). Sum of RGB (Red+Green+Blue) = 106+57+145=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A3991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3991 is #95C66E. Grayscale: #515151. Windows color (decimal): -9815663 or 9517418. OLE color: 9517418.

HSL color Cylindrical-coordinate representation of color #6A3991: hue angle of 273.41º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A3991 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 57 145 -
CMYK 0.27 0.61 0 0.43
HSL 273.41º 0.44% 0.4% -
HSV(B) 273.41º 0.61% 0.57% -
XYZ 12.52 8.03 27.68 -
YUV 81.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 106 57 145 0.27 0.61 0 0.43 273.41 0.44 0.4
Hex 6A 39 91 1B 3D 0 2B 111 2C 28
Octal 152 71 221 33 75 0 53 421 54 50
Binary 1101010 111001 10010001 11011 111101 0 101011 100010001 101100 101000

Color Harmonies of #6A3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3991

Black with #6A3991

Text Example


Text Example

White with #6A3991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,57,145); }

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

background-color css

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

 a { background-color: rgb(106,57,145); }

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

border-color css

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

 span { border-color: rgb(106,57,145); }

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