Html Css Color HEX #650358 Tyrian Purple

📋 copy color: '#650358'

red 101 ◦ green 3 ◦ blue 88

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

Shades of Tyrian Purple #650358

Tints of Tyrian Purple #650358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.83%

R = 52.6%
G = 1.56%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#650358 (or 0x650358) is known color: Tyrian Purple. HEX triplet: 65, 03 and 58. RGB value is (101,3,88). Sum of RGB (Red+Green+Blue) = 101+3+88=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #650358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650358 is #9AFCA7. Grayscale: #292929. Windows color (decimal): -10157224 or 5768037. OLE color: 5768037.

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

Color convert

RGB 101 3 88 -
CMYK 0 0.97 0.13 0.60
HSL 307.96º 0.94% 0.2% -
HSV(B) 307.96º 0.97% 0.4% -
XYZ 7.16 3.54 9.54 -
YUV 41.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 101 3 88 0 0.97 0.13 0.60 307.96 0.94 0.2
Hex 65 3 58 0 61 D 3C 134 5E 14
Octal 145 3 130 0 141 15 74 464 136 24
Binary 1100101 11 1011000 0 1100001 1101 111100 100110100 1011110 10100

Color Harmonies of #650358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650358

Black with #650358

Text Example


Text Example

White with #650358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650358; }

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

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

background-color css

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

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

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

border-color css

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

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

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