#650952

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

Shades of Tyrian Purple #650952

Tints of Tyrian Purple #650952

Color information

#650952 (or 0x650952) is unknown color: approx Tyrian Purple. HEX triplet: 65, 09 and 52. RGB value is (101,9,82). Sum of RGB (Red+Green+Blue) = 101+9+82=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #650952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650952 is #9AF6AD. Grayscale: #2C2C2C. Windows color (decimal): -10155694 or 5376357. OLE color: 5376357.

HSL color Cylindrical-coordinate representation of color #650952: hue angle of 312.39º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650952 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB101982-
CMYK00.910.190.60
HSL312.39º83.64%21.57%-
HSV(B)312.39º91.09%39.61%-
XYZ6.993.578.3-
YUV44.83148.98168.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.60%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=52.60%
G=4.69%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10198200.910.190.60312.3983.6421.57
Hex6595205B133C1385416
Octal145111220133237447012426
Binary1100101100110100100101101110011111100100111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650952; }

 p { color: rgb(101,9,82); }

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

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

 a { background-color: rgb(101,9,82); }

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

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

 span { border-color: rgb(101,9,82); }

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