#62469E

Color #62469E Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #62469E

Tints of Royal Purple #62469E

Color information

#62469E (or 0x62469E) is unknown color: approx Royal Purple. HEX triplet: 62, 46 and 9E. RGB value is (98,70,158). Sum of RGB (Red+Green+Blue) = 98+70+158=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #62469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62469E is #9DB961. Grayscale: #585858. Windows color (decimal): -10336610 or 10372706. OLE color: 10372706.

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

Color convert

RGB9870158-
CMYK0.380.5600.38
HSL259.09º38.6%44.71%-
HSV(B)259.09º55.7%61.96%-
XYZ13.49.4533.46-
YUV88.4167.28134.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.06%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=30.06%
G=21.47%
B=48.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98701580.380.5600.38259.0938.644.71
Hex62469E2638026103272d
Octal14210623646700464034755
Binary11000101000110100111101001101110000100110100000011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62469E; }

 p { color: rgb(98,70,158); }

 H1.HeaderClassName
 {
   color: #62469E;
 }
 .AnyTagClassName
 {
   color: #62469E;
 }
</style>
background-color css

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

 a { background-color: rgb(98,70,158); }

 div.DivClassName
 {
   background-color: #62469E;
 }
 .BgClassName
 {
   background-color: #62469E;
 }
</style>
border-color css

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

 span { border-color: rgb(98,70,158); }

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