Html Css Color HEX #663DAB Royal Purple

📋 copy color: '#663DAB'

red 102 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #663DAB

Tints of Royal Purple #663DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.26%

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

R = 30.54%
G = 18.26%
B = 51.2%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#663DAB (or 0x663DAB) is known color: Royal Purple. HEX triplet: 66, 3D and AB. RGB value is (102,61,171). Sum of RGB (Red+Green+Blue) = 102+61+171=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #663DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663DAB is #99C254. Grayscale: #555555. Windows color (decimal): -10076757 or 11222374. OLE color: 11222374.

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

Color convert

RGB 102 61 171 -
CMYK 0.40 0.64 0 0.33
HSL 262.36º 0.47% 0.45% -
HSV(B) 262.36º 0.64% 0.67% -
XYZ 14.5 9.1 39.52 -
YUV 85.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 102 61 171 0.40 0.64 0 0.33 262.36 0.47 0.45
Hex 66 3D AB 28 40 0 21 106 2F 2D
Octal 146 75 253 50 100 0 41 406 57 55
Binary 1100110 111101 10101011 101000 1000000 0 100001 100000110 101111 101101

Color Harmonies of #663DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DAB

Black with #663DAB

Text Example


Text Example

White with #663DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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