Html Css Color HEX #663898 Royal Purple

📋 copy color: '#663898'

red 102 ◦ green 56 ◦ blue 152

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

Shades of Royal Purple #663898

Tints of Royal Purple #663898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 32.9%
G = 18.06%
B = 49.03%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#663898 (or 0x663898) is known color: Royal Purple. HEX triplet: 66, 38 and 98. RGB value is (102,56,152). Sum of RGB (Red+Green+Blue) = 102+56+152=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #663898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663898 is #99C767. Grayscale: #505050. Windows color (decimal): -10078056 or 9975910. OLE color: 9975910.

HSL color Cylindrical-coordinate representation of color #663898: hue angle of 268.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663898 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 56 152 -
CMYK 0.33 0.63 0 0.40
HSL 268.75º 0.46% 0.41% -
HSV(B) 268.75º 0.63% 0.6% -
XYZ 12.56 7.92 30.57 -
YUV 80.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 102 56 152 0.33 0.63 0 0.40 268.75 0.46 0.41
Hex 66 38 98 21 3F 0 28 10D 2E 29
Octal 146 70 230 41 77 0 50 415 56 51
Binary 1100110 111000 10011000 100001 111111 0 101000 100001101 101110 101001

Color Harmonies of #663898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663898

Black with #663898

Text Example


Text Example

White with #663898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663898; }

 p { color: rgb(102,56,152); }

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

background-color css

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

 a { background-color: rgb(102,56,152); }

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

border-color css

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

 span { border-color: rgb(102,56,152); }

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