#6343A4

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

Shades of Royal Purple #6343A4

Tints of Royal Purple #6343A4

Color information

#6343A4 (or 0x6343A4) is unknown color: approx Royal Purple. HEX triplet: 63, 43 and A4. RGB value is (99,67,164). Sum of RGB (Red+Green+Blue) = 99+67+164=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #6343A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6343A4 is #9CBC5B. Grayscale: #575757. Windows color (decimal): -10271836 or 10765155. OLE color: 10765155.

HSL color Cylindrical-coordinate representation of color #6343A4: hue angle of 259.79º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6343A4 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9967164-
CMYK0.400.5900.36
HSL259.79º41.99%45.29%-
HSV(B)259.79º59.15%64.31%-
XYZ13.859.3536.2-
YUV87.63171.1136.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 164 (64.45% from 255) = 49.70%
R=30%
G=20.30%
B=49.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99671640.400.5900.36259.7941.9945.29
Hex6343A4283B0241042a2d
Octal14310324450730444045255
Binary11000111000011101001001010001110110100100100000100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6343A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6343A4; }

 p { color: rgb(99,67,164); }

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

<style>
 a { background-color: #6343A4; }

 a { background-color: rgb(99,67,164); }

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

<style>
 span { border-color: #6343A4; }

 span { border-color: rgb(99,67,164); }

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