Html Css Color HEX #663491 Royal Purple

📋 copy color: '#663491'

red 102 ◦ green 52 ◦ blue 145

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

Shades of Royal Purple #663491

Tints of Royal Purple #663491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 34.11%
G = 17.39%
B = 48.49%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#663491 (or 0x663491) is known color: Royal Purple. HEX triplet: 66, 34 and 91. RGB value is (102,52,145). Sum of RGB (Red+Green+Blue) = 102+52+145=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #663491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663491 is #99CB6E. Grayscale: #4D4D4D. Windows color (decimal): -10079087 or 9516134. OLE color: 9516134.

HSL color Cylindrical-coordinate representation of color #663491: hue angle of 272.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663491 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 52 145 -
CMYK 0.30 0.64 0 0.43
HSL 272.26º 0.47% 0.39% -
HSV(B) 272.26º 0.64% 0.57% -
XYZ 11.82 7.33 27.58 -
YUV 77.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 102 52 145 0.30 0.64 0 0.43 272.26 0.47 0.39
Hex 66 34 91 1E 40 0 2B 110 2F 27
Octal 146 64 221 36 100 0 53 420 57 47
Binary 1100110 110100 10010001 11110 1000000 0 101011 100010000 101111 100111

Color Harmonies of #663491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663491

Black with #663491

Text Example


Text Example

White with #663491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663491; }

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

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

background-color css

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

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

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

border-color css

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

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

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