Html Css Color HEX #664193 Royal Purple

📋 copy color: '#664193'

red 102 ◦ green 65 ◦ blue 147

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

Shades of Royal Purple #664193

Tints of Royal Purple #664193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 32.48%
G = 20.7%
B = 46.82%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#664193 (or 0x664193) is known color: Royal Purple. HEX triplet: 66, 41 and 93. RGB value is (102,65,147). Sum of RGB (Red+Green+Blue) = 102+65+147=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #664193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664193 is #99BE6C. Grayscale: #555555. Windows color (decimal): -10075757 or 9650534. OLE color: 9650534.

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

Color convert

RGB 102 65 147 -
CMYK 0.31 0.56 0 0.42
HSL 267.07º 0.39% 0.42% -
HSV(B) 267.07º 0.56% 0.58% -
XYZ 12.64 8.71 28.62 -
YUV 85.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 102 65 147 0.31 0.56 0 0.42 267.07 0.39 0.42
Hex 66 41 93 1F 38 0 2A 10B 27 2A
Octal 146 101 223 37 70 0 52 413 47 52
Binary 1100110 1000001 10010011 11111 111000 0 101010 100001011 100111 101010

Color Harmonies of #664193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664193

Black with #664193

Text Example


Text Example

White with #664193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664193; }

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

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

background-color css

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

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

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

border-color css

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

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

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