Html Css Color HEX #650D34 Tyrian Purple

📋 copy color: '#650D34'

red 101 ◦ green 13 ◦ blue 52

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

Shades of Tyrian Purple #650D34

Tints of Tyrian Purple #650D34

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 60.84%
G = 7.83%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#650D34 (or 0x650D34) is known color: Tyrian Purple. HEX triplet: 65, 0D and 34. RGB value is (101,13,52). Sum of RGB (Red+Green+Blue) = 101+13+52=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #650D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D34 is #9AF2CB. Grayscale: #2B2B2B. Windows color (decimal): -10154700 or 3411301. OLE color: 3411301.

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

Color convert

RGB 101 13 52 -
CMYK 0 0.87 0.49 0.60
HSL 333.41º 0.77% 0.22% -
HSV(B) 333.41º 0.87% 0.4% -
XYZ 6.13 3.3 3.56 -
YUV 43.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 101 13 52 0 0.87 0.49 0.60 333.41 0.77 0.22
Hex 65 D 34 0 57 31 3C 14D 4D 16
Octal 145 15 64 0 127 61 74 515 115 26
Binary 1100101 1101 110100 0 1010111 110001 111100 101001101 1001101 10110

Color Harmonies of #650D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D34

Black with #650D34

Text Example


Text Example

White with #650D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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