#6243AF

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

Shades of Royal Purple #6243AF

Tints of Royal Purple #6243AF

Color information

#6243AF (or 0x6243AF) is unknown color: approx Royal Purple. HEX triplet: 62, 43 and AF. RGB value is (98,67,175). Sum of RGB (Red+Green+Blue) = 98+67+175=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #6243AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6243AF is #9DBC50. Grayscale: #585858. Windows color (decimal): -10337361 or 11486050. OLE color: 11486050.

HSL color Cylindrical-coordinate representation of color #6243AF: hue angle of 257.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6243AF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9867175-
CMYK0.440.6200.31
HSL257.22º44.63%47.45%-
HSV(B)257.22º61.71%68.63%-
XYZ14.789.7141.65-
YUV88.58176.77134.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=28.82%
G=19.71%
B=51.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98671750.440.6200.31257.2244.6347.45
Hex6243AF2C3E01F1012d2f
Octal14210325754760374015557
Binary1100010100001110101111101100111110011111100000001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6243AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6243AF; }

 p { color: rgb(98,67,175); }

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

<style>
 a { background-color: #6243AF; }

 a { background-color: rgb(98,67,175); }

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

<style>
 span { border-color: #6243AF; }

 span { border-color: rgb(98,67,175); }

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