Html Css Color HEX #650143 Tyrian Purple

📋 copy color: '#650143'

red 101 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #650143

Tints of Tyrian Purple #650143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 59.76%
G = 0.59%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#650143 (or 0x650143) is known color: Tyrian Purple. HEX triplet: 65, 01 and 43. RGB value is (101,1,67). Sum of RGB (Red+Green+Blue) = 101+1+67=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #650143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650143 is #9AFEBC. Grayscale: #262626. Windows color (decimal): -10157757 or 4391269. OLE color: 4391269.

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

Color convert

RGB 101 1 67 -
CMYK 0 0.99 0.34 0.60
HSL 320.4º 0.98% 0.2% -
HSV(B) 320.4º 0.99% 0.4% -
XYZ 6.39 3.19 5.59 -
YUV 38.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 101 1 67 0 0.99 0.34 0.60 320.4 0.98 0.2
Hex 65 1 43 0 63 22 3C 140 62 14
Octal 145 1 103 0 143 42 74 500 142 24
Binary 1100101 1 1000011 0 1100011 100010 111100 101000000 1100010 10100

Color Harmonies of #650143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650143

Black with #650143

Text Example


Text Example

White with #650143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650143; }

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

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

background-color css

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

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

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

border-color css

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

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

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