Html Css Color HEX #661D98 Royal Purple

📋 copy color: '#661D98'

red 102 ◦ green 29 ◦ blue 152

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

Shades of Royal Purple #661D98

Tints of Royal Purple #661D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 36.04%
G = 10.25%
B = 53.71%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#661D98 (or 0x661D98) is known color: Royal Purple. HEX triplet: 66, 1D and 98. RGB value is (102,29,152). Sum of RGB (Red+Green+Blue) = 102+29+152=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #661D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D98 is #99E267. Grayscale: #404040. Windows color (decimal): -10084968 or 9968998. OLE color: 9968998.

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

Color convert

RGB 102 29 152 -
CMYK 0.33 0.81 0 0.40
HSL 275.61º 0.68% 0.35% -
HSV(B) 275.61º 0.81% 0.6% -
XYZ 11.59 5.97 30.25 -
YUV 64.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 102 29 152 0.33 0.81 0 0.40 275.61 0.68 0.35
Hex 66 1D 98 21 51 0 28 114 44 23
Octal 146 35 230 41 121 0 50 424 104 43
Binary 1100110 11101 10011000 100001 1010001 0 101000 100010100 1000100 100011

Color Harmonies of #661D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D98

Black with #661D98

Text Example


Text Example

White with #661D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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