Html Css Color HEX #650153 Tyrian Purple

📋 copy color: '#650153'

red 101 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #650153

Tints of Tyrian Purple #650153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 54.59%
G = 0.54%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#650153 (or 0x650153) is known color: Tyrian Purple. HEX triplet: 65, 01 and 53. RGB value is (101,1,83). Sum of RGB (Red+Green+Blue) = 101+1+83=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #650153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650153 is #9AFEAC. Grayscale: #282828. Windows color (decimal): -10157741 or 5439845. OLE color: 5439845.

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

Color convert

RGB 101 1 83 -
CMYK 0 0.99 0.18 0.60
HSL 310.8º 0.98% 0.2% -
HSV(B) 310.8º 0.99% 0.4% -
XYZ 6.94 3.41 8.48 -
YUV 40.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 101 1 83 0 0.99 0.18 0.60 310.8 0.98 0.2
Hex 65 1 53 0 63 12 3C 137 62 14
Octal 145 1 123 0 143 22 74 467 142 24
Binary 1100101 1 1010011 0 1100011 10010 111100 100110111 1100010 10100

Color Harmonies of #650153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650153

Black with #650153

Text Example


Text Example

White with #650153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650153; }

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

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

background-color css

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

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

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

border-color css

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

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

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