Html Css Color HEX #650755 Tyrian Purple

📋 copy color: '#650755'

red 101 ◦ green 7 ◦ blue 85

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

Shades of Tyrian Purple #650755

Tints of Tyrian Purple #650755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

 BLUE value IS 85 (33.59% from 255) = 44.04%

R = 52.33%
G = 3.63%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#650755 (or 0x650755) is known color: Tyrian Purple. HEX triplet: 65, 07 and 55. RGB value is (101,7,85). Sum of RGB (Red+Green+Blue) = 101+7+85=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #650755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650755 is #9AF8AA. Grayscale: #2B2B2B. Windows color (decimal): -10156203 or 5572453. OLE color: 5572453.

HSL color Cylindrical-coordinate representation of color #650755: hue angle of 310.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650755 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 7 85 -
CMYK 0 0.93 0.16 0.60
HSL 310.21º 0.87% 0.21% -
HSV(B) 310.21º 0.93% 0.4% -
XYZ 7.08 3.57 8.91 -
YUV 44 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 101 7 85 0 0.93 0.16 0.60 310.21 0.87 0.21
Hex 65 7 55 0 5D 10 3C 136 57 15
Octal 145 7 125 0 135 20 74 466 127 25
Binary 1100101 111 1010101 0 1011101 10000 111100 100110110 1010111 10101

Color Harmonies of #650755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650755

Black with #650755

Text Example


Text Example

White with #650755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650755; }

 p { color: rgb(101,7,85); }

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

background-color css

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

 a { background-color: rgb(101,7,85); }

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

border-color css

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

 span { border-color: rgb(101,7,85); }

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