#6430AA

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

Shades of Royal Purple #6430AA

Tints of Royal Purple #6430AA

Color information

#6430AA (or 0x6430AA) is unknown color: approx Royal Purple. HEX triplet: 64, 30 and AA. RGB value is (100,48,170). Sum of RGB (Red+Green+Blue) = 100+48+170=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #6430AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6430AA is #9BCF55. Grayscale: #4D4D4D. Windows color (decimal): -10211158 or 11153508. OLE color: 11153508.

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

Color convert

RGB10048170-
CMYK0.410.7200.33
HSL265.57º55.96%42.75%-
HSV(B)265.57º71.76%66.67%-
XYZ13.577.7338.81-
YUV77.46180.23144.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=31.45%
G=15.09%
B=53.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100481700.410.7200.33265.5755.9642.75
Hex6430AA294802110a382b
Octal14460252511100414127053
Binary11001001100001010101010100110010000100001100001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6430AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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