Html Css Color HEX #650242 Tyrian Purple

📋 copy color: '#650242'

red 101 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #650242

Tints of Tyrian Purple #650242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 59.76%
G = 1.18%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#650242 (or 0x650242) is known color: Tyrian Purple. HEX triplet: 65, 02 and 42. RGB value is (101,2,66). Sum of RGB (Red+Green+Blue) = 101+2+66=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #650242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650242 is #9AFDBD. Grayscale: #262626. Windows color (decimal): -10157502 or 4325989. OLE color: 4325989.

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

Color convert

RGB 101 2 66 -
CMYK 0 0.98 0.35 0.60
HSL 321.21º 0.96% 0.2% -
HSV(B) 321.21º 0.98% 0.4% -
XYZ 6.37 3.2 5.44 -
YUV 38.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 101 2 66 0 0.98 0.35 0.60 321.21 0.96 0.2
Hex 65 2 42 0 62 23 3C 141 60 14
Octal 145 2 102 0 142 43 74 501 140 24
Binary 1100101 10 1000010 0 1100010 100011 111100 101000001 1100000 10100

Color Harmonies of #650242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650242

Black with #650242

Text Example


Text Example

White with #650242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650242; }

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

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

background-color css

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

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

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

border-color css

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

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

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