Html Css Color HEX #650255 Tyrian Purple

📋 copy color: '#650255'

red 101 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #650255

Tints of Tyrian Purple #650255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 53.72%
G = 1.06%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#650255 (or 0x650255) is known color: Tyrian Purple. HEX triplet: 65, 02 and 55. RGB value is (101,2,85). Sum of RGB (Red+Green+Blue) = 101+2+85=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #650255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650255 is #9AFDAA. Grayscale: #282828. Windows color (decimal): -10157483 or 5571173. OLE color: 5571173.

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

Color convert

RGB 101 2 85 -
CMYK 0 0.98 0.16 0.60
HSL 309.7º 0.96% 0.2% -
HSV(B) 309.7º 0.98% 0.4% -
XYZ 7.03 3.47 8.89 -
YUV 41.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 101 2 85 0 0.98 0.16 0.60 309.7 0.96 0.2
Hex 65 2 55 0 62 10 3C 136 60 14
Octal 145 2 125 0 142 20 74 466 140 24
Binary 1100101 10 1010101 0 1100010 10000 111100 100110110 1100000 10100

Color Harmonies of #650255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650255

Black with #650255

Text Example


Text Example

White with #650255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650255; }

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

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

background-color css

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

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

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

border-color css

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

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

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