Html Css Color HEX #663BAE Royal Purple

📋 copy color: '#663BAE'

red 102 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #663BAE

Tints of Royal Purple #663BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 30.45%
G = 17.61%
B = 51.94%

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

#663BAE (or 0x663BAE) is known color: Royal Purple. HEX triplet: 66, 3B and AE. RGB value is (102,59,174). Sum of RGB (Red+Green+Blue) = 102+59+174=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #663BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BAE is #99C451. Grayscale: #545454. Windows color (decimal): -10077266 or 11418470. OLE color: 11418470.

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

Color convert

RGB 102 59 174 -
CMYK 0.41 0.66 0 0.32
HSL 262.43º 0.49% 0.46% -
HSV(B) 262.43º 0.66% 0.68% -
XYZ 14.68 9.01 41.01 -
YUV 84.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 102 59 174 0.41 0.66 0 0.32 262.43 0.49 0.46
Hex 66 3B AE 29 42 0 20 106 31 2E
Octal 146 73 256 51 102 0 40 406 61 56
Binary 1100110 111011 10101110 101001 1000010 0 100000 100000110 110001 101110

Color Harmonies of #663BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BAE

Black with #663BAE

Text Example


Text Example

White with #663BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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