Html Css Color HEX #650147 Tyrian Purple

📋 copy color: '#650147'

red 101 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #650147

Tints of Tyrian Purple #650147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 58.38%
G = 0.58%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#650147 (or 0x650147) is known color: Tyrian Purple. HEX triplet: 65, 01 and 47. RGB value is (101,1,71). Sum of RGB (Red+Green+Blue) = 101+1+71=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #650147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650147 is #9AFEB8. Grayscale: #262626. Windows color (decimal): -10157753 or 4653413. OLE color: 4653413.

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

Color convert

RGB 101 1 71 -
CMYK 0 0.99 0.30 0.60
HSL 318º 0.98% 0.2% -
HSV(B) 318º 0.99% 0.4% -
XYZ 6.52 3.24 6.24 -
YUV 38.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 101 1 71 0 0.99 0.30 0.60 318 0.98 0.2
Hex 65 1 47 0 63 1E 3C 13E 62 14
Octal 145 1 107 0 143 36 74 476 142 24
Binary 1100101 1 1000111 0 1100011 11110 111100 100111110 1100010 10100

Color Harmonies of #650147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650147

Black with #650147

Text Example


Text Example

White with #650147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650147; }

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

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

background-color css

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

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

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

border-color css

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

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

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