Html Css Color HEX #663490 Royal Purple

📋 copy color: '#663490'

red 102 ◦ green 52 ◦ blue 144

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

Shades of Royal Purple #663490

Tints of Royal Purple #663490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 34.23%
G = 17.45%
B = 48.32%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#663490 (or 0x663490) is known color: Royal Purple. HEX triplet: 66, 34 and 90. RGB value is (102,52,144). Sum of RGB (Red+Green+Blue) = 102+52+144=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #663490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663490 is #99CB6F. Grayscale: #4D4D4D. Windows color (decimal): -10079088 or 9450598. OLE color: 9450598.

HSL color Cylindrical-coordinate representation of color #663490: hue angle of 272.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663490 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 52 144 -
CMYK 0.29 0.64 0 0.44
HSL 272.61º 0.47% 0.38% -
HSV(B) 272.61º 0.64% 0.56% -
XYZ 11.74 7.29 27.17 -
YUV 77.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 102 52 144 0.29 0.64 0 0.44 272.61 0.47 0.38
Hex 66 34 90 1D 40 0 2C 111 2F 26
Octal 146 64 220 35 100 0 54 421 57 46
Binary 1100110 110100 10010000 11101 1000000 0 101100 100010001 101111 100110

Color Harmonies of #663490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663490

Black with #663490

Text Example


Text Example

White with #663490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663490; }

 p { color: rgb(102,52,144); }

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

background-color css

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

 a { background-color: rgb(102,52,144); }

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

border-color css

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

 span { border-color: rgb(102,52,144); }

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