Html Css Color HEX #650D42 Tyrian Purple

📋 copy color: '#650D42'

red 101 ◦ green 13 ◦ blue 66

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

Shades of Tyrian Purple #650D42

Tints of Tyrian Purple #650D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 56.11%
G = 7.22%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#650D42 (or 0x650D42) is known color: Tyrian Purple. HEX triplet: 65, 0D and 42. RGB value is (101,13,66). Sum of RGB (Red+Green+Blue) = 101+13+66=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #650D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D42 is #9AF2BD. Grayscale: #2D2D2D. Windows color (decimal): -10154686 or 4328805. OLE color: 4328805.

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

Color convert

RGB 101 13 66 -
CMYK 0 0.87 0.35 0.60
HSL 323.86º 0.77% 0.22% -
HSV(B) 323.86º 0.87% 0.4% -
XYZ 6.49 3.45 5.48 -
YUV 45.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 101 13 66 0 0.87 0.35 0.60 323.86 0.77 0.22
Hex 65 D 42 0 57 23 3C 144 4D 16
Octal 145 15 102 0 127 43 74 504 115 26
Binary 1100101 1101 1000010 0 1010111 100011 111100 101000100 1001101 10110

Color Harmonies of #650D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D42

Black with #650D42

Text Example


Text Example

White with #650D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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