Html Css Color HEX #650A39 Tyrian Purple

📋 copy color: '#650A39'

red 101 ◦ green 10 ◦ blue 57

#650A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #650A39

Tints of Tyrian Purple #650A39

RGB

 RED value IS 101 (39.84% from 255) = 60.12%

 GREEN value IS 10 (4.3% from 255) = 5.95%

 BLUE value IS 57 (22.66% from 255) = 33.93%

R = 60.12%
G = 5.95%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#650A39 (or 0x650A39) is known color: Tyrian Purple. HEX triplet: 65, 0A and 39. RGB value is (101,10,57). Sum of RGB (Red+Green+Blue) = 101+10+57=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #650A39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A39 is #9AF5C6. Grayscale: #2A2A2A. Windows color (decimal): -10155463 or 3738213. OLE color: 3738213.

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

Color convert

RGB 101 10 57 -
CMYK 0 0.90 0.44 0.60
HSL 329.01º 0.82% 0.22% -
HSV(B) 329.01º 0.9% 0.4% -
XYZ 6.21 3.28 4.18 -
YUV 42.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 101 10 57 0 0.90 0.44 0.60 329.01 0.82 0.22
Hex 65 A 39 0 5A 2C 3C 149 52 16
Octal 145 12 71 0 132 54 74 511 122 26
Binary 1100101 1010 111001 0 1011010 101100 111100 101001001 1010010 10110

Color Harmonies of #650A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A39

Black with #650A39

Text Example


Text Example

White with #650A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #650A39;
 }
 .AnyTagClassName
 {
   color: #650A39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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