Html Css Color HEX #664198 Royal Purple

📋 copy color: '#664198'

red 102 ◦ green 65 ◦ blue 152

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

Shades of Royal Purple #664198

Tints of Royal Purple #664198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 31.97%
G = 20.38%
B = 47.65%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#664198 (or 0x664198) is known color: Royal Purple. HEX triplet: 66, 41 and 98. RGB value is (102,65,152). Sum of RGB (Red+Green+Blue) = 102+65+152=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #664198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664198 is #99BE67. Grayscale: #555555. Windows color (decimal): -10075752 or 9978214. OLE color: 9978214.

HSL color Cylindrical-coordinate representation of color #664198: hue angle of 265.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664198 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 65 152 -
CMYK 0.33 0.57 0 0.40
HSL 265.52º 0.4% 0.43% -
HSV(B) 265.52º 0.57% 0.6% -
XYZ 13.04 8.87 30.73 -
YUV 85.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 102 65 152 0.33 0.57 0 0.40 265.52 0.4 0.43
Hex 66 41 98 21 39 0 28 10A 28 2B
Octal 146 101 230 41 71 0 50 412 50 53
Binary 1100110 1000001 10011000 100001 111001 0 101000 100001010 101000 101011

Color Harmonies of #664198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664198

Black with #664198

Text Example


Text Example

White with #664198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664198; }

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

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

background-color css

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

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

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

border-color css

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

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

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