#6234AA

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

Shades of Royal Purple #6234AA

Tints of Royal Purple #6234AA

Color information

#6234AA (or 0x6234AA) is unknown color: approx Royal Purple. HEX triplet: 62, 34 and AA. RGB value is (98,52,170). Sum of RGB (Red+Green+Blue) = 98+52+170=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #6234AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6234AA is #9DCB55. Grayscale: #4E4E4E. Windows color (decimal): -10341206 or 11154530. OLE color: 11154530.

HSL color Cylindrical-coordinate representation of color #6234AA: hue angle of 263.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6234AA is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9852170-
CMYK0.420.6900.33
HSL263.39º53.15%43.53%-
HSV(B)263.39º69.41%66.67%-
XYZ13.527.9538.85-
YUV79.21179.24141.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=30.62%
G=16.25%
B=53.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98521700.420.6900.33263.3953.1543.53
Hex6234AA2A45021107352c
Octal14264252521050414076554
Binary11000101101001010101010101010001010100001100000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6234AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,52,170); }

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

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

 a { background-color: rgb(98,52,170); }

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

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

 span { border-color: rgb(98,52,170); }

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