Html Css Color HEX #662B93 Royal Purple

📋 copy color: '#662B93'

red 102 ◦ green 43 ◦ blue 147

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

Shades of Royal Purple #662B93

Tints of Royal Purple #662B93

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

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

R = 34.93%
G = 14.73%
B = 50.34%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662B93 (or 0x662B93) is known color: Royal Purple. HEX triplet: 66, 2B and 93. RGB value is (102,43,147). Sum of RGB (Red+Green+Blue) = 102+43+147=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #662B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662B93 is #99D46C. Grayscale: #484848. Windows color (decimal): -10081389 or 9644902. OLE color: 9644902.

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

Color convert

RGB 102 43 147 -
CMYK 0.31 0.71 0 0.42
HSL 274.04º 0.55% 0.37% -
HSV(B) 274.04º 0.71% 0.58% -
XYZ 11.61 6.66 28.28 -
YUV 72.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 102 43 147 0.31 0.71 0 0.42 274.04 0.55 0.37
Hex 66 2B 93 1F 47 0 2A 112 37 25
Octal 146 53 223 37 107 0 52 422 67 45
Binary 1100110 101011 10010011 11111 1000111 0 101010 100010010 110111 100101

Color Harmonies of #662B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662B93

Black with #662B93

Text Example


Text Example

White with #662B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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