#650530

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

Shades of Tyrian Purple #650530

Tints of Tyrian Purple #650530

Color information

#650530 (or 0x650530) is unknown color: approx Tyrian Purple. HEX triplet: 65, 05 and 30. RGB value is (101,5,48). Sum of RGB (Red+Green+Blue) = 101+5+48=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #650530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650530 is #9AFACF. Grayscale: #262626. Windows color (decimal): -10156752 or 3147109. OLE color: 3147109.

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

Color convert

RGB101548-
CMYK00.950.520.60
HSL333.12º90.57%20.78%-
HSV(B)333.12º95.05%39.61%-
XYZ5.953.093.08-
YUV38.61133.3172.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.58%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=65.58%
G=3.25%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10154800.950.520.60333.1290.5720.78
Hex6553005F343C14d5b15
Octal1455600137647451513325
Binary110010110111000001011111110100111100101001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650530; }

 p { color: rgb(101,5,48); }

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

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

 a { background-color: rgb(101,5,48); }

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

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

 span { border-color: rgb(101,5,48); }

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