Html Css Color HEX #6831AA Royal Purple

📋 copy color: '#6831AA'

red 104 ◦ green 49 ◦ blue 170

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

Shades of Royal Purple #6831AA

Tints of Royal Purple #6831AA

RGB

 RED value IS 104 (41.02% from 255) = 32.2%

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 32.2%
G = 15.17%
B = 52.63%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6831AA (or 0x6831AA) is known color: Royal Purple. HEX triplet: 68, 31 and AA. RGB value is (104,49,170). Sum of RGB (Red+Green+Blue) = 104+49+170=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #6831AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6831AA is #97CE55. Grayscale: #4E4E4E. Windows color (decimal): -9948758 or 11153768. OLE color: 11153768.

HSL color Cylindrical-coordinate representation of color #6831AA: hue angle of 267.27º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6831AA is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 49 170 -
CMYK 0.39 0.71 0 0.33
HSL 267.27º 0.55% 0.43% -
HSV(B) 267.27º 0.71% 0.67% -
XYZ 14.06 8.04 38.84 -
YUV 79.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 104 49 170 0.39 0.71 0 0.33 267.27 0.55 0.43
Hex 68 31 AA 27 47 0 21 10B 37 2B
Octal 150 61 252 47 107 0 41 413 67 53
Binary 1101000 110001 10101010 100111 1000111 0 100001 100001011 110111 101011

Color Harmonies of #6831AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6831AA

Black with #6831AA

Text Example


Text Example

White with #6831AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,49,170); }

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

background-color css

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

 a { background-color: rgb(104,49,170); }

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

border-color css

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

 span { border-color: rgb(104,49,170); }

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