#6230AB

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

Shades of Royal Purple #6230AB

Tints of Royal Purple #6230AB

Color information

#6230AB (or 0x6230AB) is unknown color: approx Royal Purple. HEX triplet: 62, 30 and AB. RGB value is (98,48,171). Sum of RGB (Red+Green+Blue) = 98+48+171=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6230AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6230AB is #9DCF54. Grayscale: #4C4C4C. Windows color (decimal): -10342229 or 11219042. OLE color: 11219042.

HSL color Cylindrical-coordinate representation of color #6230AB: hue angle of 264.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6230AB is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9848171-
CMYK0.430.7200.33
HSL264.39º56.16%42.94%-
HSV(B)264.39º71.93%67.06%-
XYZ13.447.6539.3-
YUV76.97181.06143-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=30.91%
G=15.14%
B=53.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98481710.430.7200.33264.3956.1642.94
Hex6230AB2B48021108382b
Octal14260253531100414107053
Binary11000101100001010101110101110010000100001100001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6230AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6230AB; }

 p { color: rgb(98,48,171); }

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

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

 a { background-color: rgb(98,48,171); }

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

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

 span { border-color: rgb(98,48,171); }

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