#62289A

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

Shades of Royal Purple #62289A

Tints of Royal Purple #62289A

Color information

#62289A (or 0x62289A) is unknown color: approx Royal Purple. HEX triplet: 62, 28 and 9A. RGB value is (98,40,154). Sum of RGB (Red+Green+Blue) = 98+40+154=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #62289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62289A is #9DD765. Grayscale: #454545. Windows color (decimal): -10344294 or 10102882. OLE color: 10102882.

HSL color Cylindrical-coordinate representation of color #62289A: hue angle of 270.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62289A is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9840154-
CMYK0.360.7400.40
HSL270.53º58.76%38.04%-
HSV(B)270.53º74.03%60.39%-
XYZ11.636.4531.2-
YUV70.34175.22147.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 154 (60.55% from 255) = 52.74%
R=33.56%
G=13.70%
B=52.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98401540.360.7400.40270.5358.7638.04
Hex62289A244A02810f3b26
Octal14250232441120504177346
Binary11000101010001001101010010010010100101000100001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62289A; }

 p { color: rgb(98,40,154); }

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

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

 a { background-color: rgb(98,40,154); }

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

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

 span { border-color: rgb(98,40,154); }

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