#650D52

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

Shades of Tyrian Purple #650D52

Tints of Tyrian Purple #650D52

Color information

#650D52 (or 0x650D52) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0D and 52. RGB value is (101,13,82). Sum of RGB (Red+Green+Blue) = 101+13+82=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #650D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D52 is #9AF2AD. Grayscale: #2E2E2E. Windows color (decimal): -10154670 or 5377381. OLE color: 5377381.

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

Color convert

RGB1011382-
CMYK00.870.190.60
HSL312.95º77.19%22.35%-
HSV(B)312.95º87.13%39.61%-
XYZ7.033.668.32-
YUV47.18147.65166.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.53%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=51.53%
G=6.63%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101138200.870.190.60312.9577.1922.35
Hex65D52057133C1394d16
Octal145151220127237447111526
Binary1100101110110100100101011110011111100100111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650D52; }

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

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

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

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

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

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

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

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