Html Css Color HEX #6A3899 Royal Purple

📋 copy color: '#6A3899'

red 106 ◦ green 56 ◦ blue 153

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

Shades of Royal Purple #6A3899

Tints of Royal Purple #6A3899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 33.65%
G = 17.78%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A3899 (or 0x6A3899) is known color: Royal Purple. HEX triplet: 6A, 38 and 99. RGB value is (106,56,153). Sum of RGB (Red+Green+Blue) = 106+56+153=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A3899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3899 is #95C766. Grayscale: #515151. Windows color (decimal): -9815911 or 10041450. OLE color: 10041450.

HSL color Cylindrical-coordinate representation of color #6A3899: hue angle of 270.93º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A3899 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 56 153 -
CMYK 0.31 0.63 0 0.4
HSL 270.93º 0.46% 0.41% -
HSV(B) 270.93º 0.63% 0.6% -
XYZ 13.11 8.19 31.03 -
YUV 82.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 106 56 153 0.31 0.63 0 0.4 270.93 0.46 0.41
Hex 6A 38 99 1F 3F 0 28 10F 2E 29
Octal 152 70 231 37 77 0 50 417 56 51
Binary 1101010 111000 10011001 11111 111111 0 101000 100001111 101110 101001

Color Harmonies of #6A3899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3899

Black with #6A3899

Text Example


Text Example

White with #6A3899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,56,153); }

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

background-color css

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

 a { background-color: rgb(106,56,153); }

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

border-color css

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

 span { border-color: rgb(106,56,153); }

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