Html Css Color HEX #650555 Tyrian Purple

📋 copy color: '#650555'

red 101 ◦ green 5 ◦ blue 85

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

Shades of Tyrian Purple #650555

Tints of Tyrian Purple #650555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 52.88%
G = 2.62%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#650555 (or 0x650555) is known color: Tyrian Purple. HEX triplet: 65, 05 and 55. RGB value is (101,5,85). Sum of RGB (Red+Green+Blue) = 101+5+85=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #650555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650555 is #9AFAAA. Grayscale: #2A2A2A. Windows color (decimal): -10156715 or 5571941. OLE color: 5571941.

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

Color convert

RGB 101 5 85 -
CMYK 0 0.95 0.16 0.60
HSL 310º 0.91% 0.21% -
HSV(B) 310º 0.95% 0.4% -
XYZ 7.06 3.53 8.9 -
YUV 42.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 101 5 85 0 0.95 0.16 0.60 310 0.91 0.21
Hex 65 5 55 0 5F 10 3C 136 5B 15
Octal 145 5 125 0 137 20 74 466 133 25
Binary 1100101 101 1010101 0 1011111 10000 111100 100110110 1011011 10101

Color Harmonies of #650555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650555

Black with #650555

Text Example


Text Example

White with #650555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650555; }

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

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

background-color css

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

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

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

border-color css

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

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

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