Html Css Color HEX #661B9E Royal Purple

📋 copy color: '#661B9E'

red 102 ◦ green 27 ◦ blue 158

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

Shades of Royal Purple #661B9E

Tints of Royal Purple #661B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.41%

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 35.54%
G = 9.41%
B = 55.05%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#661B9E (or 0x661B9E) is known color: Royal Purple. HEX triplet: 66, 1B and 9E. RGB value is (102,27,158). Sum of RGB (Red+Green+Blue) = 102+27+158=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #661B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661B9E is #99E461. Grayscale: #3F3F3F. Windows color (decimal): -10085474 or 10361702. OLE color: 10361702.

HSL color Cylindrical-coordinate representation of color #661B9E: hue angle of 274.35º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661B9E is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 27 158 -
CMYK 0.35 0.83 0 0.38
HSL 274.35º 0.71% 0.36% -
HSV(B) 274.35º 0.83% 0.62% -
XYZ 12.04 6.08 32.89 -
YUV 64.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 102 27 158 0.35 0.83 0 0.38 274.35 0.71 0.36
Hex 66 1B 9E 23 53 0 26 112 47 24
Octal 146 33 236 43 123 0 46 422 107 44
Binary 1100110 11011 10011110 100011 1010011 0 100110 100010010 1000111 100100

Color Harmonies of #661B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661B9E

Black with #661B9E

Text Example


Text Example

White with #661B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,27,158); }

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

background-color css

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

 a { background-color: rgb(102,27,158); }

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

border-color css

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

 span { border-color: rgb(102,27,158); }

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