Html Css Color HEX #650551 Tyrian Purple

📋 copy color: '#650551'

red 101 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #650551

Tints of Tyrian Purple #650551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 54.01%
G = 2.67%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#650551 (or 0x650551) is known color: Tyrian Purple. HEX triplet: 65, 05 and 51. RGB value is (101,5,81). Sum of RGB (Red+Green+Blue) = 101+5+81=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #650551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650551 is #9AFAAE. Grayscale: #2A2A2A. Windows color (decimal): -10156719 or 5309797. OLE color: 5309797.

HSL color Cylindrical-coordinate representation of color #650551: hue angle of 312.5º 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 #650551 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 81 -
CMYK 0 0.95 0.20 0.60
HSL 312.5º 0.91% 0.21% -
HSV(B) 312.5º 0.95% 0.4% -
XYZ 6.91 3.47 8.09 -
YUV 42.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 101 5 81 0 0.95 0.20 0.60 312.5 0.91 0.21
Hex 65 5 51 0 5F 14 3C 138 5B 15
Octal 145 5 121 0 137 24 74 470 133 25
Binary 1100101 101 1010001 0 1011111 10100 111100 100111000 1011011 10101

Color Harmonies of #650551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650551

Black with #650551

Text Example


Text Example

White with #650551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650551; }

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

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

background-color css

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

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

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

border-color css

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

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

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