Html Css Color HEX #650553 Tyrian Purple

📋 copy color: '#650553'

red 101 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #650553

Tints of Tyrian Purple #650553

RGB

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

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

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

R = 53.44%
G = 2.65%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#650553 (or 0x650553) is known color: Tyrian Purple. HEX triplet: 65, 05 and 53. RGB value is (101,5,83). Sum of RGB (Red+Green+Blue) = 101+5+83=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650553 is #9AFAAC. Grayscale: #2A2A2A. Windows color (decimal): -10156717 or 5440869. OLE color: 5440869.

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

Color convert

RGB 101 5 83 -
CMYK 0 0.95 0.18 0.60
HSL 311.25º 0.91% 0.21% -
HSV(B) 311.25º 0.95% 0.4% -
XYZ 6.98 3.5 8.49 -
YUV 42.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 101 5 83 0 0.95 0.18 0.60 311.25 0.91 0.21
Hex 65 5 53 0 5F 12 3C 137 5B 15
Octal 145 5 123 0 137 22 74 467 133 25
Binary 1100101 101 1010011 0 1011111 10010 111100 100110111 1011011 10101

Color Harmonies of #650553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650553

Black with #650553

Text Example


Text Example

White with #650553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650553; }

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

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

background-color css

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

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

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

border-color css

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

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

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