Html Css Color HEX #663098 Royal Purple

📋 copy color: '#663098'

red 102 ◦ green 48 ◦ blue 152

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

Shades of Royal Purple #663098

Tints of Royal Purple #663098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

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

R = 33.77%
G = 15.89%
B = 50.33%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#663098 (or 0x663098) is known color: Royal Purple. HEX triplet: 66, 30 and 98. RGB value is (102,48,152). Sum of RGB (Red+Green+Blue) = 102+48+152=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #663098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663098 is #99CF67. Grayscale: #4B4B4B. Windows color (decimal): -10080104 or 9973862. OLE color: 9973862.

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

Color convert

RGB 102 48 152 -
CMYK 0.33 0.68 0 0.40
HSL 271.15º 0.52% 0.39% -
HSV(B) 271.15º 0.68% 0.6% -
XYZ 12.2 7.21 30.45 -
YUV 76 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 102 48 152 0.33 0.68 0 0.40 271.15 0.52 0.39
Hex 66 30 98 21 44 0 28 10F 34 27
Octal 146 60 230 41 104 0 50 417 64 47
Binary 1100110 110000 10011000 100001 1000100 0 101000 100001111 110100 100111

Color Harmonies of #663098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663098

Black with #663098

Text Example


Text Example

White with #663098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663098; }

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

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

background-color css

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

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

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

border-color css

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

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

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