Html Css Color HEX #650133 Tyrian Purple

📋 copy color: '#650133'

red 101 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #650133

Tints of Tyrian Purple #650133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.33%

R = 66.01%
G = 0.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#650133 (or 0x650133) is known color: Tyrian Purple. HEX triplet: 65, 01 and 33. RGB value is (101,1,51). Sum of RGB (Red+Green+Blue) = 101+1+51=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #650133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650133 is #9AFECC. Grayscale: #242424. Windows color (decimal): -10157773 or 3342693. OLE color: 3342693.

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

Color convert

RGB 101 1 51 -
CMYK 0 0.99 0.50 0.60
HSL 330º 0.98% 0.2% -
HSV(B) 330º 0.99% 0.4% -
XYZ 5.98 3.03 3.4 -
YUV 36.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 101 1 51 0 0.99 0.50 0.60 330 0.98 0.2
Hex 65 1 33 0 63 32 3C 14A 62 14
Octal 145 1 63 0 143 62 74 512 142 24
Binary 1100101 1 110011 0 1100011 110010 111100 101001010 1100010 10100

Color Harmonies of #650133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650133

Black with #650133

Text Example


Text Example

White with #650133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650133; }

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

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

background-color css

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

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

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

border-color css

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

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

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