Html Css Color HEX #663BAB Royal Purple

📋 copy color: '#663BAB'

red 102 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #663BAB

Tints of Royal Purple #663BAB

RGB

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

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

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

R = 30.72%
G = 17.77%
B = 51.51%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#663BAB (or 0x663BAB) is known color: Royal Purple. HEX triplet: 66, 3B and AB. RGB value is (102,59,171). Sum of RGB (Red+Green+Blue) = 102+59+171=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #663BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BAB is #99C454. Grayscale: #545454. Windows color (decimal): -10077269 or 11221862. OLE color: 11221862.

HSL color Cylindrical-coordinate representation of color #663BAB: hue angle of 263.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663BAB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 59 171 -
CMYK 0.40 0.65 0 0.33
HSL 263.04º 0.49% 0.45% -
HSV(B) 263.04º 0.65% 0.67% -
XYZ 14.39 8.89 39.49 -
YUV 84.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 102 59 171 0.40 0.65 0 0.33 263.04 0.49 0.45
Hex 66 3B AB 28 41 0 21 107 31 2D
Octal 146 73 253 50 101 0 41 407 61 55
Binary 1100110 111011 10101011 101000 1000001 0 100001 100000111 110001 101101

Color Harmonies of #663BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BAB

Black with #663BAB

Text Example


Text Example

White with #663BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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