Html Css Color HEX #663292 Royal Purple

📋 copy color: '#663292'

red 102 ◦ green 50 ◦ blue 146

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

Shades of Royal Purple #663292

Tints of Royal Purple #663292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 146 (57.42% from 255) = 48.99%

R = 34.23%
G = 16.78%
B = 48.99%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#663292 (or 0x663292) is known color: Royal Purple. HEX triplet: 66, 32 and 92. RGB value is (102,50,146). Sum of RGB (Red+Green+Blue) = 102+50+146=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #663292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663292 is #99CD6D. Grayscale: #4C4C4C. Windows color (decimal): -10079598 or 9581158. OLE color: 9581158.

HSL color Cylindrical-coordinate representation of color #663292: hue angle of 272.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663292 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 50 146 -
CMYK 0.30 0.66 0 0.43
HSL 272.5º 0.49% 0.38% -
HSV(B) 272.5º 0.66% 0.57% -
XYZ 11.81 7.18 27.96 -
YUV 76.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 102 50 146 0.30 0.66 0 0.43 272.5 0.49 0.38
Hex 66 32 92 1E 42 0 2B 110 31 26
Octal 146 62 222 36 102 0 53 420 61 46
Binary 1100110 110010 10010010 11110 1000010 0 101011 100010000 110001 100110

Color Harmonies of #663292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663292

Black with #663292

Text Example


Text Example

White with #663292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663292; }

 p { color: rgb(102,50,146); }

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

background-color css

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

 a { background-color: rgb(102,50,146); }

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

border-color css

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

 span { border-color: rgb(102,50,146); }

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