Html Css Color HEX #664197 Royal Purple

📋 copy color: '#664197'

red 102 ◦ green 65 ◦ blue 151

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

Shades of Royal Purple #664197

Tints of Royal Purple #664197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.48%

R = 32.08%
G = 20.44%
B = 47.48%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#664197 (or 0x664197) is known color: Royal Purple. HEX triplet: 66, 41 and 97. RGB value is (102,65,151). Sum of RGB (Red+Green+Blue) = 102+65+151=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #664197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664197 is #99BE68. Grayscale: #555555. Windows color (decimal): -10075753 or 9912678. OLE color: 9912678.

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

Color convert

RGB 102 65 151 -
CMYK 0.32 0.57 0 0.41
HSL 265.81º 0.4% 0.42% -
HSV(B) 265.81º 0.57% 0.59% -
XYZ 12.96 8.84 30.3 -
YUV 85.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 102 65 151 0.32 0.57 0 0.41 265.81 0.4 0.42
Hex 66 41 97 20 39 0 29 10A 28 2A
Octal 146 101 227 40 71 0 51 412 50 52
Binary 1100110 1000001 10010111 100000 111001 0 101001 100001010 101000 101010

Color Harmonies of #664197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664197

Black with #664197

Text Example


Text Example

White with #664197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664197; }

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

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

background-color css

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

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

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

border-color css

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

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

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