#650034

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

Shades of Tyrian Purple #650034

Tints of Tyrian Purple #650034

Color information

#650034 (or 0x650034) is unknown color: approx Tyrian Purple. HEX triplet: 65, 00 and 34. RGB value is (101,0,52). Sum of RGB (Red+Green+Blue) = 101+0+52=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #650034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650034 is #9AFFCB. Grayscale: #242424. Windows color (decimal): -10158028 or 3407973. OLE color: 3407973.

HSL color Cylindrical-coordinate representation of color #650034: hue angle of 329.11º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650034 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB101052-
CMYK010.490.60
HSL329.11º100%19.8%-
HSV(B)329.11º100%39.61%-
XYZ5.993.013.52-
YUV36.13136.96174.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=66.01%
G=0%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101052010.490.60329.1110019.8
Hex65034064313C1496414
Octal1450640144617451114424
Binary1100101011010001100100110001111100101001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650034; }

 p { color: rgb(101,0,52); }

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

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

 a { background-color: rgb(101,0,52); }

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

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

 span { border-color: rgb(101,0,52); }

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