Html Css Color HEX #650241 Tyrian Purple

📋 copy color: '#650241'

red 101 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #650241

Tints of Tyrian Purple #650241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 60.12%
G = 1.19%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#650241 (or 0x650241) is known color: Tyrian Purple. HEX triplet: 65, 02 and 41. RGB value is (101,2,65). Sum of RGB (Red+Green+Blue) = 101+2+65=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #650241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650241 is #9AFDBE. Grayscale: #262626. Windows color (decimal): -10157503 or 4260453. OLE color: 4260453.

HSL color Cylindrical-coordinate representation of color #650241: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650241 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 2 65 -
CMYK 0 0.98 0.36 0.60
HSL 321.82º 0.96% 0.2% -
HSV(B) 321.82º 0.98% 0.4% -
XYZ 6.34 3.19 5.28 -
YUV 38.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 101 2 65 0 0.98 0.36 0.60 321.82 0.96 0.2
Hex 65 2 41 0 62 24 3C 142 60 14
Octal 145 2 101 0 142 44 74 502 140 24
Binary 1100101 10 1000001 0 1100010 100100 111100 101000010 1100000 10100

Color Harmonies of #650241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650241

Black with #650241

Text Example


Text Example

White with #650241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650241; }

 p { color: rgb(101,2,65); }

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

background-color css

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

 a { background-color: rgb(101,2,65); }

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

border-color css

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

 span { border-color: rgb(101,2,65); }

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