Html Css Color HEX #6631AD Royal Purple

📋 copy color: '#6631AD'

red 102 ◦ green 49 ◦ blue 173

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

Shades of Royal Purple #6631AD

Tints of Royal Purple #6631AD

RGB

 RED value IS 102 (40.23% from 255) = 31.48%

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

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

R = 31.48%
G = 15.12%
B = 53.4%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6631AD (or 0x6631AD) is known color: Royal Purple. HEX triplet: 66, 31 and AD. RGB value is (102,49,173). Sum of RGB (Red+Green+Blue) = 102+49+173=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #6631AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6631AD is #99CE52. Grayscale: #4E4E4E. Windows color (decimal): -10079827 or 11350374. OLE color: 11350374.

HSL color Cylindrical-coordinate representation of color #6631AD: hue angle of 265.65º 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 #6631AD is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 49 173 -
CMYK 0.41 0.72 0 0.32
HSL 265.65º 0.56% 0.44% -
HSV(B) 265.65º 0.72% 0.68% -
XYZ 14.12 8.04 40.34 -
YUV 78.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 102 49 173 0.41 0.72 0 0.32 265.65 0.56 0.44
Hex 66 31 AD 29 48 0 20 10A 38 2C
Octal 146 61 255 51 110 0 40 412 70 54
Binary 1100110 110001 10101101 101001 1001000 0 100000 100001010 111000 101100

Color Harmonies of #6631AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6631AD

Black with #6631AD

Text Example


Text Example

White with #6631AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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