Html Css Color HEX #650038 Tyrian Purple

📋 copy color: '#650038'

red 101 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #650038

Tints of Tyrian Purple #650038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.33%
G = 0%
B = 35.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#650038 (or 0x650038) is known color: Tyrian Purple. HEX triplet: 65, 00 and 38. RGB value is (101,0,56). Sum of RGB (Red+Green+Blue) = 101+0+56=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #650038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650038 is #9AFFC7. Grayscale: #242424. Windows color (decimal): -10158024 or 3670117. OLE color: 3670117.

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

Color convert

RGB 101 0 56 -
CMYK 0 1 0.45 0.60
HSL 326.73º 1% 0.2% -
HSV(B) 326.73º 1% 0.4% -
XYZ 6.08 3.05 4.01 -
YUV 36.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 101 0 56 0 1 0.45 0.60 326.73 1 0.2
Hex 65 0 38 0 64 2D 3C 147 64 14
Octal 145 0 70 0 144 55 74 507 144 24
Binary 1100101 0 111000 0 1100100 101101 111100 101000111 1100100 10100

Color Harmonies of #650038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650038

Black with #650038

Text Example


Text Example

White with #650038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650038; }

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

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

background-color css

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

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

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

border-color css

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

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

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