Html Css Color HEX #6731AB Royal Purple

📋 copy color: '#6731AB'

red 103 ◦ green 49 ◦ blue 171

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

Shades of Royal Purple #6731AB

Tints of Royal Purple #6731AB

RGB

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

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

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

R = 31.89%
G = 15.17%
B = 52.94%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6731AB (or 0x6731AB) is known color: Royal Purple. HEX triplet: 67, 31 and AB. RGB value is (103,49,171). Sum of RGB (Red+Green+Blue) = 103+49+171=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6731AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6731AB is #98CE54. Grayscale: #4E4E4E. Windows color (decimal): -10014293 or 11219303. OLE color: 11219303.

HSL color Cylindrical-coordinate representation of color #6731AB: hue angle of 266.56º 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 #6731AB is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 49 171 -
CMYK 0.40 0.71 0 0.33
HSL 266.56º 0.55% 0.43% -
HSV(B) 266.56º 0.71% 0.67% -
XYZ 14.04 8.02 39.34 -
YUV 79.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 103 49 171 0.40 0.71 0 0.33 266.56 0.55 0.43
Hex 67 31 AB 28 47 0 21 10B 37 2B
Octal 147 61 253 50 107 0 41 413 67 53
Binary 1100111 110001 10101011 101000 1000111 0 100001 100001011 110111 101011

Color Harmonies of #6731AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6731AB

Black with #6731AB

Text Example


Text Example

White with #6731AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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