#650C3E

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

Shades of Tyrian Purple #650C3E

Tints of Tyrian Purple #650C3E

Color information

#650C3E (or 0x650C3E) is unknown color: approx Tyrian Purple. HEX triplet: 65, 0C and 3E. RGB value is (101,12,62). Sum of RGB (Red+Green+Blue) = 101+12+62=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #650C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C3E is #9AF3C1. Grayscale: #2C2C2C. Windows color (decimal): -10154946 or 4066405. OLE color: 4066405.

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

Color convert

RGB1011262-
CMYK00.880.390.60
HSL326.29º78.76%22.16%-
HSV(B)326.29º88.12%39.61%-
XYZ6.373.384.87-
YUV44.31137.99168.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.71%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=57.71%
G=6.86%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101126200.880.390.60326.2978.7622.16
Hex65C3E058273C1464f16
Octal14514760130477450611726
Binary1100101110011111001011000100111111100101000110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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