#650C3F

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

Shades of Tyrian Purple #650C3F

Tints of Tyrian Purple #650C3F

Color information

#650C3F (or 0x650C3F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0C and 3F. RGB value is (101,12,63). Sum of RGB (Red+Green+Blue) = 101+12+63=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #650C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C3F is #9AF3C0. Grayscale: #2C2C2C. Windows color (decimal): -10154945 or 4131941. OLE color: 4131941.

HSL color Cylindrical-coordinate representation of color #650C3F: hue angle of 325.62º 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 #650C3F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1011263-
CMYK00.880.380.60
HSL325.62º78.76%22.16%-
HSV(B)325.62º88.12%39.61%-
XYZ6.43.395.02-
YUV44.42138.49168.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 63 (25% from 255) = 35.80%
R=57.39%
G=6.82%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101126300.880.380.60325.6278.7622.16
Hex65C3F058263C1464f16
Octal14514770130467450611726
Binary1100101110011111101011000100110111100101000110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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