Html Css Color HEX #650129 Tyrian Purple

📋 copy color: '#650129'

red 101 ◦ green 1 ◦ blue 41

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

Shades of Tyrian Purple #650129

Tints of Tyrian Purple #650129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 70.63%
G = 0.7%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#650129 (or 0x650129) is known color: Tyrian Purple. HEX triplet: 65, 01 and 29. RGB value is (101,1,41). Sum of RGB (Red+Green+Blue) = 101+1+41=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650129 is #9AFED6. Grayscale: #232323. Windows color (decimal): -10157783 or 2687333. OLE color: 2687333.

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

Color convert

RGB 101 1 41 -
CMYK 0 0.99 0.59 0.60
HSL 336º 0.98% 0.2% -
HSV(B) 336º 0.99% 0.4% -
XYZ 5.78 2.95 2.36 -
YUV 35.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 101 1 41 0 0.99 0.59 0.60 336 0.98 0.2
Hex 65 1 29 0 63 3B 3C 150 62 14
Octal 145 1 51 0 143 73 74 520 142 24
Binary 1100101 1 101001 0 1100011 111011 111100 101010000 1100010 10100

Color Harmonies of #650129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650129

Black with #650129

Text Example


Text Example

White with #650129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650129; }

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

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

background-color css

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

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

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

border-color css

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

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

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