Html Css Color HEX #661A9A Royal Purple

📋 copy color: '#661A9A'

red 102 ◦ green 26 ◦ blue 154

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

Shades of Royal Purple #661A9A

Tints of Royal Purple #661A9A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 36.17%
G = 9.22%
B = 54.61%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#661A9A (or 0x661A9A) is known color: Royal Purple. HEX triplet: 66, 1A and 9A. RGB value is (102,26,154). Sum of RGB (Red+Green+Blue) = 102+26+154=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #661A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661A9A is #99E565. Grayscale: #3E3E3E. Windows color (decimal): -10085734 or 10099302. OLE color: 10099302.

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

Color convert

RGB 102 26 154 -
CMYK 0.34 0.83 0 0.40
HSL 275.63º 0.71% 0.35% -
HSV(B) 275.63º 0.83% 0.6% -
XYZ 11.68 5.9 31.09 -
YUV 63.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 102 26 154 0.34 0.83 0 0.40 275.63 0.71 0.35
Hex 66 1A 9A 22 53 0 28 114 47 23
Octal 146 32 232 42 123 0 50 424 107 43
Binary 1100110 11010 10011010 100010 1010011 0 101000 100010100 1000111 100011

Color Harmonies of #661A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A9A

Black with #661A9A

Text Example


Text Example

White with #661A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,26,154); }

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

background-color css

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

 a { background-color: rgb(102,26,154); }

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

border-color css

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

 span { border-color: rgb(102,26,154); }

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