Html Css Color HEX #6247AB Royal Purple

📋 copy color: '#6247AB'

red 98 ◦ green 71 ◦ blue 171

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

Shades of Royal Purple #6247AB

Tints of Royal Purple #6247AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 28.82%
G = 20.88%
B = 50.29%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6247AB (or 0x6247AB) is known color: Royal Purple. HEX triplet: 62, 47 and AB. RGB value is (98,71,171). Sum of RGB (Red+Green+Blue) = 98+71+171=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6247AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6247AB is #9DB854. Grayscale: #5A5A5A. Windows color (decimal): -10336341 or 11224930. OLE color: 11224930.

HSL color Cylindrical-coordinate representation of color #6247AB: hue angle of 256.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6247AB is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 71 171 -
CMYK 0.43 0.58 0 0.33
HSL 256.2º 0.41% 0.47% -
HSV(B) 256.2º 0.58% 0.67% -
XYZ 14.64 10.04 39.7 -
YUV 90.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 98 71 171 0.43 0.58 0 0.33 256.2 0.41 0.47
Hex 62 47 AB 2B 3A 0 21 100 29 2F
Octal 142 107 253 53 72 0 41 400 51 57
Binary 1100010 1000111 10101011 101011 111010 0 100001 100000000 101001 101111

Color Harmonies of #6247AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6247AB

Black with #6247AB

Text Example


Text Example

White with #6247AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6247AB; }

 p { color: rgb(98,71,171); }

 H1.HeaderClassName
 {
   color: #6247AB;
 }
 .AnyTagClassName
 {
   color: #6247AB;
 }
</style>

background-color css

<style>
 a { background-color: #6247AB; }

 a { background-color: rgb(98,71,171); }

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

border-color css

<style>
 span { border-color: #6247AB; }

 span { border-color: rgb(98,71,171); }

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