Html Css Color HEX #66469D Royal Purple

📋 copy color: '#66469D'

red 102 ◦ green 70 ◦ blue 157

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

Shades of Royal Purple #66469D

Tints of Royal Purple #66469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.28%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 31%
G = 21.28%
B = 47.72%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66469D (or 0x66469D) is known color: Royal Purple. HEX triplet: 66, 46 and 9D. RGB value is (102,70,157). Sum of RGB (Red+Green+Blue) = 102+70+157=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #66469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66469D is #99B962. Grayscale: #595959. Windows color (decimal): -10074467 or 10307174. OLE color: 10307174.

HSL color Cylindrical-coordinate representation of color #66469D: hue angle of 262.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66469D is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 70 157 -
CMYK 0.35 0.55 0 0.38
HSL 262.07º 0.38% 0.45% -
HSV(B) 262.07º 0.55% 0.62% -
XYZ 13.76 9.64 33.03 -
YUV 89.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 102 70 157 0.35 0.55 0 0.38 262.07 0.38 0.45
Hex 66 46 9D 23 37 0 26 106 26 2D
Octal 146 106 235 43 67 0 46 406 46 55
Binary 1100110 1000110 10011101 100011 110111 0 100110 100000110 100110 101101

Color Harmonies of #66469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66469D

Black with #66469D

Text Example


Text Example

White with #66469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66469D; }

 p { color: rgb(102,70,157); }

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

background-color css

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

 a { background-color: rgb(102,70,157); }

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

border-color css

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

 span { border-color: rgb(102,70,157); }

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