#652a9f

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

Shades of Royal Purple #652A9F

Tints of Royal Purple #652A9F

Color information

#652A9F (or 0x652A9F) is unknown color: approx Royal Purple. HEX triplet: 65, 2A and 9F. RGB value is (101,42,159). Sum of RGB (Red+Green+Blue) = 101+42+159=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #652A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652A9F is #9AD560. Grayscale: #484848. Windows color (decimal): -10147169 or 10431077. OLE color: 10431077.

HSL color Cylindrical-coordinate representation of color #652A9F: hue angle of 270.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652A9F is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10142159-
CMYK0.360.7400.38
HSL270.26º58.21%39.41%-
HSV(B)270.26º73.58%62.35%-
XYZ12.456.9333.48-
YUV72.98176.55147.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=33.44%
G=13.91%
B=52.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101421590.360.7400.38270.2658.2139.41
Hex652A9F244A02610e3a27
Octal14552237441120464167247
Binary11001011010101001111110010010010100100110100001110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652a9f; }

 p { color: rgb(101,42,159); }

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

<style>
 a { background-color: #652a9f; }

 a { background-color: rgb(101,42,159); }

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

<style>
 span { border-color: #652a9f; }

 span { border-color: rgb(101,42,159); }

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