Html Css Color HEX #650935 Tyrian Purple

📋 copy color: '#650935'

red 101 ◦ green 9 ◦ blue 53

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

Shades of Tyrian Purple #650935

Tints of Tyrian Purple #650935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 61.96%
G = 5.52%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#650935 (or 0x650935) is known color: Tyrian Purple. HEX triplet: 65, 09 and 35. RGB value is (101,9,53). Sum of RGB (Red+Green+Blue) = 101+9+53=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #650935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650935 is #9AF6CA. Grayscale: #292929. Windows color (decimal): -10155723 or 3475813. OLE color: 3475813.

HSL color Cylindrical-coordinate representation of color #650935: hue angle of 331.3º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650935 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 9 53 -
CMYK 0 0.91 0.48 0.60
HSL 331.3º 0.84% 0.22% -
HSV(B) 331.3º 0.91% 0.4% -
XYZ 6.11 3.22 3.67 -
YUV 41.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 101 9 53 0 0.91 0.48 0.60 331.3 0.84 0.22
Hex 65 9 35 0 5B 30 3C 14B 54 16
Octal 145 11 65 0 133 60 74 513 124 26
Binary 1100101 1001 110101 0 1011011 110000 111100 101001011 1010100 10110

Color Harmonies of #650935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650935

Black with #650935

Text Example


Text Example

White with #650935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650935; }

 p { color: rgb(101,9,53); }

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

background-color css

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

 a { background-color: rgb(101,9,53); }

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

border-color css

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

 span { border-color: rgb(101,9,53); }

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