Html Css Color HEX #664293 Royal Purple

📋 copy color: '#664293'

red 102 ◦ green 66 ◦ blue 147

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

Shades of Royal Purple #664293

Tints of Royal Purple #664293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 32.38%
G = 20.95%
B = 46.67%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#664293 (or 0x664293) is known color: Royal Purple. HEX triplet: 66, 42 and 93. RGB value is (102,66,147). Sum of RGB (Red+Green+Blue) = 102+66+147=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #664293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664293 is #99BD6C. Grayscale: #555555. Windows color (decimal): -10075501 or 9650790. OLE color: 9650790.

HSL color Cylindrical-coordinate representation of color #664293: hue angle of 266.67º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #664293 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 66 147 -
CMYK 0.31 0.55 0 0.42
HSL 266.67º 0.38% 0.42% -
HSV(B) 266.67º 0.55% 0.58% -
XYZ 12.69 8.83 28.64 -
YUV 86 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 102 66 147 0.31 0.55 0 0.42 266.67 0.38 0.42
Hex 66 42 93 1F 37 0 2A 10B 26 2A
Octal 146 102 223 37 67 0 52 413 46 52
Binary 1100110 1000010 10010011 11111 110111 0 101010 100001011 100110 101010

Color Harmonies of #664293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664293

Black with #664293

Text Example


Text Example

White with #664293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664293; }

 p { color: rgb(102,66,147); }

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

background-color css

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

 a { background-color: rgb(102,66,147); }

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

border-color css

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

 span { border-color: rgb(102,66,147); }

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