Html Css Color HEX #663BAD Royal Purple

📋 copy color: '#663BAD'

red 102 ◦ green 59 ◦ blue 173

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

Shades of Royal Purple #663BAD

Tints of Royal Purple #663BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

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

R = 30.54%
G = 17.66%
B = 51.8%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#663BAD (or 0x663BAD) is known color: Royal Purple. HEX triplet: 66, 3B and AD. RGB value is (102,59,173). Sum of RGB (Red+Green+Blue) = 102+59+173=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #663BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BAD is #99C452. Grayscale: #545454. Windows color (decimal): -10077267 or 11352934. OLE color: 11352934.

HSL color Cylindrical-coordinate representation of color #663BAD: hue angle of 262.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663BAD is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 59 173 -
CMYK 0.41 0.66 0 0.32
HSL 262.63º 0.49% 0.45% -
HSV(B) 262.63º 0.66% 0.68% -
XYZ 14.59 8.97 40.5 -
YUV 84.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 102 59 173 0.41 0.66 0 0.32 262.63 0.49 0.45
Hex 66 3B AD 29 42 0 20 107 31 2D
Octal 146 73 255 51 102 0 40 407 61 55
Binary 1100110 111011 10101101 101001 1000010 0 100000 100000111 110001 101101

Color Harmonies of #663BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BAD

Black with #663BAD

Text Example


Text Example

White with #663BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663BAD; }

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

 H1.HeaderClassName
 {
   color: #663BAD;
 }
 .AnyTagClassName
 {
   color: #663BAD;
 }
</style>

background-color css

<style>
 a { background-color: #663BAD; }

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

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

border-color css

<style>
 span { border-color: #663BAD; }

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

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