Html Css Color HEX #664396 Royal Purple

📋 copy color: '#664396'

red 102 ◦ green 67 ◦ blue 150

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

Shades of Royal Purple #664396

Tints of Royal Purple #664396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 31.97%
G = 21%
B = 47.02%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#664396 (or 0x664396) is known color: Royal Purple. HEX triplet: 66, 43 and 96. RGB value is (102,67,150). Sum of RGB (Red+Green+Blue) = 102+67+150=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #664396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664396 is #99BC69. Grayscale: #565656. Windows color (decimal): -10075242 or 9847654. OLE color: 9847654.

HSL color Cylindrical-coordinate representation of color #664396: hue angle of 265.3º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #664396 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 67 150 -
CMYK 0.32 0.55 0 0.41
HSL 265.3º 0.38% 0.43% -
HSV(B) 265.3º 0.55% 0.59% -
XYZ 12.99 9.04 29.91 -
YUV 86.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 102 67 150 0.32 0.55 0 0.41 265.3 0.38 0.43
Hex 66 43 96 20 37 0 29 109 26 2B
Octal 146 103 226 40 67 0 51 411 46 53
Binary 1100110 1000011 10010110 100000 110111 0 101001 100001001 100110 101011

Color Harmonies of #664396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664396

Black with #664396

Text Example


Text Example

White with #664396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664396; }

 p { color: rgb(102,67,150); }

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

background-color css

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

 a { background-color: rgb(102,67,150); }

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

border-color css

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

 span { border-color: rgb(102,67,150); }

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