Html Css Color HEX #664598 Royal Purple

📋 copy color: '#664598'

red 102 ◦ green 69 ◦ blue 152

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

Shades of Royal Purple #664598

Tints of Royal Purple #664598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 31.58%
G = 21.36%
B = 47.06%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#664598 (or 0x664598) is known color: Royal Purple. HEX triplet: 66, 45 and 98. RGB value is (102,69,152). Sum of RGB (Red+Green+Blue) = 102+69+152=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #664598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664598 is #99BA67. Grayscale: #585858. Windows color (decimal): -10074728 or 9979238. OLE color: 9979238.

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

Color convert

RGB 102 69 152 -
CMYK 0.33 0.55 0 0.40
HSL 263.86º 0.38% 0.43% -
HSV(B) 263.86º 0.55% 0.6% -
XYZ 13.28 9.35 30.81 -
YUV 88.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 102 69 152 0.33 0.55 0 0.40 263.86 0.38 0.43
Hex 66 45 98 21 37 0 28 108 26 2B
Octal 146 105 230 41 67 0 50 410 46 53
Binary 1100110 1000101 10011000 100001 110111 0 101000 100001000 100110 101011

Color Harmonies of #664598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664598

Black with #664598

Text Example


Text Example

White with #664598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664598; }

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

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

background-color css

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

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

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

border-color css

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

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

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