Html Css Color HEX #6246AA Royal Purple

📋 copy color: '#6246AA'

red 98 ◦ green 70 ◦ blue 170

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

Shades of Royal Purple #6246AA

Tints of Royal Purple #6246AA

RGB

 RED value IS 98 (38.67% from 255) = 28.99%

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 28.99%
G = 20.71%
B = 50.3%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6246AA (or 0x6246AA) is known color: Royal Purple. HEX triplet: 62, 46 and AA. RGB value is (98,70,170). Sum of RGB (Red+Green+Blue) = 98+70+170=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6246AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6246AA is #9DB955. Grayscale: #595959. Windows color (decimal): -10336598 or 11159138. OLE color: 11159138.

HSL color Cylindrical-coordinate representation of color #6246AA: hue angle of 256.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6246AA is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 70 170 -
CMYK 0.42 0.59 0 0.33
HSL 256.8º 0.42% 0.47% -
HSV(B) 256.8º 0.59% 0.67% -
XYZ 14.48 9.88 39.17 -
YUV 89.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 98 70 170 0.42 0.59 0 0.33 256.8 0.42 0.47
Hex 62 46 AA 2A 3B 0 21 101 2A 2F
Octal 142 106 252 52 73 0 41 401 52 57
Binary 1100010 1000110 10101010 101010 111011 0 100001 100000001 101010 101111

Color Harmonies of #6246AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6246AA

Black with #6246AA

Text Example


Text Example

White with #6246AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6246AA; }

 p { color: rgb(98,70,170); }

 H1.HeaderClassName
 {
   color: #6246AA;
 }
 .AnyTagClassName
 {
   color: #6246AA;
 }
</style>

background-color css

<style>
 a { background-color: #6246AA; }

 a { background-color: rgb(98,70,170); }

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

border-color css

<style>
 span { border-color: #6246AA; }

 span { border-color: rgb(98,70,170); }

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