#650752

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

Shades of Tyrian Purple #650752

Tints of Tyrian Purple #650752

Color information

#650752 (or 0x650752) is unknown color: approx Tyrian Purple. HEX triplet: 65, 07 and 52. RGB value is (101,7,82). Sum of RGB (Red+Green+Blue) = 101+7+82=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #650752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650752 is #9AF8AD. Grayscale: #2B2B2B. Windows color (decimal): -10156206 or 5375845. OLE color: 5375845.

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

Color convert

RGB101782-
CMYK00.930.190.60
HSL312.13º87.04%21.18%-
HSV(B)312.13º93.07%39.61%-
XYZ6.973.538.3-
YUV43.66149.64168.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=53.16%
G=3.68%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10178200.930.190.60312.1387.0421.18
Hex6575205D133C1385715
Octal14571220135237447012725
Binary110010111110100100101110110011111100100111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650752; }

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

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

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

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

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

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

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

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