Html Css Color HEX #650340 Tyrian Purple

📋 copy color: '#650340'

red 101 ◦ green 3 ◦ blue 64

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

Shades of Tyrian Purple #650340

Tints of Tyrian Purple #650340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 60.12%
G = 1.79%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#650340 (or 0x650340) is known color: Tyrian Purple. HEX triplet: 65, 03 and 40. RGB value is (101,3,64). Sum of RGB (Red+Green+Blue) = 101+3+64=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #650340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650340 is #9AFCBF. Grayscale: #272727. Windows color (decimal): -10157248 or 4195173. OLE color: 4195173.

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

Color convert

RGB 101 3 64 -
CMYK 0 0.97 0.37 0.60
HSL 322.65º 0.94% 0.2% -
HSV(B) 322.65º 0.97% 0.4% -
XYZ 6.32 3.2 5.14 -
YUV 39.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 101 3 64 0 0.97 0.37 0.60 322.65 0.94 0.2
Hex 65 3 40 0 61 25 3C 143 5E 14
Octal 145 3 100 0 141 45 74 503 136 24
Binary 1100101 11 1000000 0 1100001 100101 111100 101000011 1011110 10100

Color Harmonies of #650340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650340

Black with #650340

Text Example


Text Example

White with #650340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650340; }

 p { color: rgb(101,3,64); }

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

background-color css

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

 a { background-color: rgb(101,3,64); }

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

border-color css

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

 span { border-color: rgb(101,3,64); }

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