#650C2F

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

Shades of Tyrian Purple #650C2F

Tints of Tyrian Purple #650C2F

Color information

#650C2F (or 0x650C2F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0C and 2F. RGB value is (101,12,47). Sum of RGB (Red+Green+Blue) = 101+12+47=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #650C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C2F is #9AF3D0. Grayscale: #2A2A2A. Windows color (decimal): -10154961 or 3083365. OLE color: 3083365.

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

Color convert

RGB1011247-
CMYK00.880.530.60
HSL336.4º78.76%22.16%-
HSV(B)336.4º88.12%39.61%-
XYZ6.013.233-
YUV42.6130.49169.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.12%
GREEN value IS 12 (5.08% from 255) = 7.5%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=63.12%
G=7.5%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101124700.880.530.60336.478.7622.16
Hex65C2F058353C1504f16
Octal14514570130657452011726
Binary1100101110010111101011000110101111100101010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,12,47); }

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

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

 a { background-color: rgb(101,12,47); }

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

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

 span { border-color: rgb(101,12,47); }

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