Html Css Color HEX #610426 Tyrian Purple

📋 copy color: '#610426'

red 97 ◦ green 4 ◦ blue 38

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

Shades of Tyrian Purple #610426

Tints of Tyrian Purple #610426

RGB

 RED value IS 97 (38.28% from 255) = 69.78%

 GREEN value IS 4 (1.95% from 255) = 2.88%

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 69.78%
G = 2.88%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#610426 (or 0x610426) is known color: Tyrian Purple. HEX triplet: 61, 04 and 26. RGB value is (97,4,38). Sum of RGB (Red+Green+Blue) = 97+4+38=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #610426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610426 is #9EFBD9. Grayscale: #232323. Windows color (decimal): -10419162 or 2491489. OLE color: 2491489.

HSL color Cylindrical-coordinate representation of color #610426: hue angle of 338.06º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610426 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 38 -
CMYK 0 0.96 0.61 0.62
HSL 338.06º 0.92% 0.2% -
HSV(B) 338.06º 0.96% 0.38% -
XYZ 5.32 2.77 2.09 -
YUV 35.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 97 4 38 0 0.96 0.61 0.62 338.06 0.92 0.2
Hex 61 4 26 0 60 3D 3E 152 5C 14
Octal 141 4 46 0 140 75 76 522 134 24
Binary 1100001 100 100110 0 1100000 111101 111110 101010010 1011100 10100

Color Harmonies of #610426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610426

Black with #610426

Text Example


Text Example

White with #610426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610426; }

 p { color: rgb(97,4,38); }

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

background-color css

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

 a { background-color: rgb(97,4,38); }

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

border-color css

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

 span { border-color: rgb(97,4,38); }

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