Html Css Color HEX #650338 Tyrian Purple

📋 copy color: '#650338'

red 101 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #650338

Tints of Tyrian Purple #650338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35%

R = 63.13%
G = 1.88%
B = 35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#650338 (or 0x650338) is known color: Tyrian Purple. HEX triplet: 65, 03 and 38. RGB value is (101,3,56). Sum of RGB (Red+Green+Blue) = 101+3+56=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #650338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650338 is #9AFCC7. Grayscale: #262626. Windows color (decimal): -10157256 or 3670885. OLE color: 3670885.

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

Color convert

RGB 101 3 56 -
CMYK 0 0.97 0.45 0.60
HSL 327.55º 0.94% 0.2% -
HSV(B) 327.55º 0.97% 0.4% -
XYZ 6.11 3.12 4.02 -
YUV 38.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 101 3 56 0 0.97 0.45 0.60 327.55 0.94 0.2
Hex 65 3 38 0 61 2D 3C 148 5E 14
Octal 145 3 70 0 141 55 74 510 136 24
Binary 1100101 11 111000 0 1100001 101101 111100 101001000 1011110 10100

Color Harmonies of #650338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650338

Black with #650338

Text Example


Text Example

White with #650338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650338; }

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

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

background-color css

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

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

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

border-color css

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

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

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