#62269B

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

Shades of Royal Purple #62269B

Tints of Royal Purple #62269B

Color information

#62269B (or 0x62269B) is unknown color: approx Royal Purple. HEX triplet: 62, 26 and 9B. RGB value is (98,38,155). Sum of RGB (Red+Green+Blue) = 98+38+155=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #62269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62269B is #9DD964. Grayscale: #444444. Windows color (decimal): -10344805 or 10167906. OLE color: 10167906.

HSL color Cylindrical-coordinate representation of color #62269B: hue angle of 270.77º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62269B is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9838155-
CMYK0.370.7500.39
HSL270.77º60.62%37.84%-
HSV(B)270.77º75.48%60.78%-
XYZ11.656.3531.62-
YUV69.28176.38148.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=33.68%
G=13.06%
B=53.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98381550.370.7500.39270.7760.6237.84
Hex62269B254B02710f3d26
Octal14246233451130474177546
Binary11000101001101001101110010110010110100111100001111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62269B; }

 p { color: rgb(98,38,155); }

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

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

 a { background-color: rgb(98,38,155); }

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

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

 span { border-color: rgb(98,38,155); }

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