Html Css Color HEX #6A3099 Royal Purple

📋 copy color: '#6A3099'

red 106 ◦ green 48 ◦ blue 153

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

Shades of Royal Purple #6A3099

Tints of Royal Purple #6A3099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

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

R = 34.53%
G = 15.64%
B = 49.84%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A3099 (or 0x6A3099) is known color: Royal Purple. HEX triplet: 6A, 30 and 99. RGB value is (106,48,153). Sum of RGB (Red+Green+Blue) = 106+48+153=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A3099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3099 is #95CF66. Grayscale: #4C4C4C. Windows color (decimal): -9817959 or 10039402. OLE color: 10039402.

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

Color convert

RGB 106 48 153 -
CMYK 0.31 0.69 0 0.4
HSL 273.14º 0.52% 0.39% -
HSV(B) 273.14º 0.69% 0.6% -
XYZ 12.75 7.48 30.91 -
YUV 77.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 106 48 153 0.31 0.69 0 0.4 273.14 0.52 0.39
Hex 6A 30 99 1F 45 0 28 111 34 27
Octal 152 60 231 37 105 0 50 421 64 47
Binary 1101010 110000 10011001 11111 1000101 0 101000 100010001 110100 100111

Color Harmonies of #6A3099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3099

Black with #6A3099

Text Example


Text Example

White with #6A3099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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