#650A30

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

Shades of Tyrian Purple #650A30

Tints of Tyrian Purple #650A30

Color information

#650A30 (or 0x650A30) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0A and 30. RGB value is (101,10,48). Sum of RGB (Red+Green+Blue) = 101+10+48=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #650A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A30 is #9AF5CF. Grayscale: #292929. Windows color (decimal): -10155472 or 3148389. OLE color: 3148389.

HSL color Cylindrical-coordinate representation of color #650A30: hue angle of 334.95º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A30 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1011048-
CMYK00.900.520.60
HSL334.95º81.98%21.76%-
HSV(B)334.95º90.1%39.61%-
XYZ6.013.23.1-
YUV41.54131.65170.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=63.52%
G=6.29%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101104800.900.520.60334.9581.9821.76
Hex65A3005A343C14f5216
Octal14512600132647451712226
Binary1100101101011000001011010110100111100101001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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