Html Css Color HEX #650145 Tyrian Purple

📋 copy color: '#650145'

red 101 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #650145

Tints of Tyrian Purple #650145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 69 (27.34% from 255) = 40.35%

R = 59.06%
G = 0.58%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#650145 (or 0x650145) is known color: Tyrian Purple. HEX triplet: 65, 01 and 45. RGB value is (101,1,69). Sum of RGB (Red+Green+Blue) = 101+1+69=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #650145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650145 is #9AFEBA. Grayscale: #262626. Windows color (decimal): -10157755 or 4522341. OLE color: 4522341.

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

Color convert

RGB 101 1 69 -
CMYK 0 0.99 0.32 0.60
HSL 319.2º 0.98% 0.2% -
HSV(B) 319.2º 0.99% 0.4% -
XYZ 6.45 3.22 5.91 -
YUV 38.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 101 1 69 0 0.99 0.32 0.60 319.2 0.98 0.2
Hex 65 1 45 0 63 20 3C 13F 62 14
Octal 145 1 105 0 143 40 74 477 142 24
Binary 1100101 1 1000101 0 1100011 100000 111100 100111111 1100010 10100

Color Harmonies of #650145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650145

Black with #650145

Text Example


Text Example

White with #650145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650145; }

 p { color: rgb(101,1,69); }

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

background-color css

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

 a { background-color: rgb(101,1,69); }

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

border-color css

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

 span { border-color: rgb(101,1,69); }

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