Html Css Color HEX #6731AD Royal Purple

📋 copy color: '#6731AD'

red 103 ◦ green 49 ◦ blue 173

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

Shades of Royal Purple #6731AD

Tints of Royal Purple #6731AD

RGB

 RED value IS 103 (40.63% from 255) = 31.69%

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

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 31.69%
G = 15.08%
B = 53.23%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6731AD (or 0x6731AD) is known color: Royal Purple. HEX triplet: 67, 31 and AD. RGB value is (103,49,173). Sum of RGB (Red+Green+Blue) = 103+49+173=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #6731AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6731AD is #98CE52. Grayscale: #4E4E4E. Windows color (decimal): -10014291 or 11350375. OLE color: 11350375.

HSL color Cylindrical-coordinate representation of color #6731AD: hue angle of 266.13º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6731AD is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 49 173 -
CMYK 0.40 0.72 0 0.32
HSL 266.13º 0.56% 0.44% -
HSV(B) 266.13º 0.72% 0.68% -
XYZ 14.23 8.1 40.35 -
YUV 79.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 103 49 173 0.40 0.72 0 0.32 266.13 0.56 0.44
Hex 67 31 AD 28 48 0 20 10A 38 2C
Octal 147 61 255 50 110 0 40 412 70 54
Binary 1100111 110001 10101101 101000 1001000 0 100000 100001010 111000 101100

Color Harmonies of #6731AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731AD

Black with #6731AD

Text Example


Text Example

White with #6731AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6731AD; }

 p { color: rgb(103,49,173); }

 H1.HeaderClassName
 {
   color: #6731AD;
 }
 .AnyTagClassName
 {
   color: #6731AD;
 }
</style>

background-color css

<style>
 a { background-color: #6731AD; }

 a { background-color: rgb(103,49,173); }

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

border-color css

<style>
 span { border-color: #6731AD; }

 span { border-color: rgb(103,49,173); }

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