Html Css Color HEX #650D4B Tyrian Purple

📋 copy color: '#650D4B'

red 101 ◦ green 13 ◦ blue 75

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

Shades of Tyrian Purple #650D4B

Tints of Tyrian Purple #650D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 53.44%
G = 6.88%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#650D4B (or 0x650D4B) is known color: Tyrian Purple. HEX triplet: 65, 0D and 4B. RGB value is (101,13,75). Sum of RGB (Red+Green+Blue) = 101+13+75=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D4B is #9AF2B4. Grayscale: #2E2E2E. Windows color (decimal): -10154677 or 4918629. OLE color: 4918629.

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

Color convert

RGB 101 13 75 -
CMYK 0 0.87 0.26 0.60
HSL 317.73º 0.77% 0.22% -
HSV(B) 317.73º 0.87% 0.4% -
XYZ 6.78 3.56 6.99 -
YUV 46.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 101 13 75 0 0.87 0.26 0.60 317.73 0.77 0.22
Hex 65 D 4B 0 57 1A 3C 13E 4D 16
Octal 145 15 113 0 127 32 74 476 115 26
Binary 1100101 1101 1001011 0 1010111 11010 111100 100111110 1001101 10110

Color Harmonies of #650D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D4B

Black with #650D4B

Text Example


Text Example

White with #650D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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