Html Css Color HEX #650246 Tyrian Purple

📋 copy color: '#650246'

red 101 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #650246

Tints of Tyrian Purple #650246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 58.38%
G = 1.16%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#650246 (or 0x650246) is known color: Tyrian Purple. HEX triplet: 65, 02 and 46. RGB value is (101,2,70). Sum of RGB (Red+Green+Blue) = 101+2+70=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #650246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650246 is #9AFDB9. Grayscale: #272727. Windows color (decimal): -10157498 or 4588133. OLE color: 4588133.

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

Color convert

RGB 101 2 70 -
CMYK 0 0.98 0.31 0.60
HSL 318.79º 0.96% 0.2% -
HSV(B) 318.79º 0.98% 0.4% -
XYZ 6.49 3.25 6.08 -
YUV 39.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 101 2 70 0 0.98 0.31 0.60 318.79 0.96 0.2
Hex 65 2 46 0 62 1F 3C 13F 60 14
Octal 145 2 106 0 142 37 74 477 140 24
Binary 1100101 10 1000110 0 1100010 11111 111100 100111111 1100000 10100

Color Harmonies of #650246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650246

Black with #650246

Text Example


Text Example

White with #650246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650246; }

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

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

background-color css

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

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

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

border-color css

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

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

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