Html Css Color HEX #662EAC Royal Purple

📋 copy color: '#662EAC'

red 102 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #662EAC

Tints of Royal Purple #662EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 31.88%
G = 14.38%
B = 53.75%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#662EAC (or 0x662EAC) is known color: Royal Purple. HEX triplet: 66, 2E and AC. RGB value is (102,46,172). Sum of RGB (Red+Green+Blue) = 102+46+172=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #662EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662EAC is #99D153. Grayscale: #4C4C4C. Windows color (decimal): -10080596 or 11284070. OLE color: 11284070.

HSL color Cylindrical-coordinate representation of color #662EAC: hue angle of 266.67º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662EAC is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 46 172 -
CMYK 0.41 0.73 0 0.33
HSL 266.67º 0.58% 0.43% -
HSV(B) 266.67º 0.73% 0.67% -
XYZ 13.9 7.76 39.79 -
YUV 77.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 102 46 172 0.41 0.73 0 0.33 266.67 0.58 0.43
Hex 66 2E AC 29 49 0 21 10B 3A 2B
Octal 146 56 254 51 111 0 41 413 72 53
Binary 1100110 101110 10101100 101001 1001001 0 100001 100001011 111010 101011

Color Harmonies of #662EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662EAC

Black with #662EAC

Text Example


Text Example

White with #662EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662EAC; }

 p { color: rgb(102,46,172); }

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

background-color css

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

 a { background-color: rgb(102,46,172); }

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

border-color css

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

 span { border-color: rgb(102,46,172); }

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