Html Css Color HEX #663291 Royal Purple

📋 copy color: '#663291'

red 102 ◦ green 50 ◦ blue 145

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

Shades of Royal Purple #663291

Tints of Royal Purple #663291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 34.34%
G = 16.84%
B = 48.82%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#663291 (or 0x663291) is known color: Royal Purple. HEX triplet: 66, 32 and 91. RGB value is (102,50,145). Sum of RGB (Red+Green+Blue) = 102+50+145=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #663291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663291 is #99CD6E. Grayscale: #4C4C4C. Windows color (decimal): -10079599 or 9515622. OLE color: 9515622.

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

Color convert

RGB 102 50 145 -
CMYK 0.30 0.66 0 0.43
HSL 272.84º 0.49% 0.38% -
HSV(B) 272.84º 0.66% 0.57% -
XYZ 11.73 7.15 27.55 -
YUV 76.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 102 50 145 0.30 0.66 0 0.43 272.84 0.49 0.38
Hex 66 32 91 1E 42 0 2B 111 31 26
Octal 146 62 221 36 102 0 53 421 61 46
Binary 1100110 110010 10010001 11110 1000010 0 101011 100010001 110001 100110

Color Harmonies of #663291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663291

Black with #663291

Text Example


Text Example

White with #663291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663291; }

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

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

background-color css

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

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

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

border-color css

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

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

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