Html Css Color HEX #650529 Tyrian Purple

📋 copy color: '#650529'

red 101 ◦ green 5 ◦ blue 41

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

Shades of Tyrian Purple #650529

Tints of Tyrian Purple #650529

RGB

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

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

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

R = 68.71%
G = 3.4%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#650529 (or 0x650529) is known color: Tyrian Purple. HEX triplet: 65, 05 and 29. RGB value is (101,5,41). Sum of RGB (Red+Green+Blue) = 101+5+41=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #650529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650529 is #9AFAD6. Grayscale: #252525. Windows color (decimal): -10156759 or 2688357. OLE color: 2688357.

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

Color convert

RGB 101 5 41 -
CMYK 0 0.95 0.59 0.60
HSL 337.5º 0.91% 0.21% -
HSV(B) 337.5º 0.95% 0.4% -
XYZ 5.82 3.04 2.38 -
YUV 37.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 101 5 41 0 0.95 0.59 0.60 337.5 0.91 0.21
Hex 65 5 29 0 5F 3B 3C 152 5B 15
Octal 145 5 51 0 137 73 74 522 133 25
Binary 1100101 101 101001 0 1011111 111011 111100 101010010 1011011 10101

Color Harmonies of #650529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650529

Black with #650529

Text Example


Text Example

White with #650529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650529; }

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

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

background-color css

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

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

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

border-color css

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

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

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