#6430AB

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

Shades of Royal Purple #6430AB

Tints of Royal Purple #6430AB

Color information

#6430AB (or 0x6430AB) is unknown color: approx Royal Purple. HEX triplet: 64, 30 and AB. RGB value is (100,48,171). Sum of RGB (Red+Green+Blue) = 100+48+171=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6430AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6430AB is #9BCF54. Grayscale: #4D4D4D. Windows color (decimal): -10211157 or 11219044. OLE color: 11219044.

HSL color Cylindrical-coordinate representation of color #6430AB: hue angle of 265.37º 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 #6430AB is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10048171-
CMYK0.420.7200.33
HSL265.37º56.16%42.94%-
HSV(B)265.37º71.93%67.06%-
XYZ13.667.7639.31-
YUV77.57180.73144-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=31.35%
G=15.05%
B=53.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100481710.420.7200.33265.3756.1642.94
Hex6430AB2A48021109382b
Octal14460253521100414117053
Binary11001001100001010101110101010010000100001100001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6430AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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