Html Css Color HEX #631034 Tyrian Purple

📋 copy color: '#631034'

red 99 ◦ green 16 ◦ blue 52

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

Shades of Tyrian Purple #631034

Tints of Tyrian Purple #631034

RGB

 RED value IS 99 (39.06% from 255) = 59.28%

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 59.28%
G = 9.58%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#631034 (or 0x631034) is known color: Tyrian Purple. HEX triplet: 63, 10 and 34. RGB value is (99,16,52). Sum of RGB (Red+Green+Blue) = 99+16+52=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #631034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631034 is #9CEFCB. Grayscale: #2C2C2C. Windows color (decimal): -10285004 or 3412067. OLE color: 3412067.

HSL color Cylindrical-coordinate representation of color #631034: hue angle of 333.98º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631034 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 52 -
CMYK 0 0.84 0.47 0.61
HSL 333.98º 0.72% 0.23% -
HSV(B) 333.98º 0.84% 0.39% -
XYZ 5.95 3.27 3.57 -
YUV 44.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 99 16 52 0 0.84 0.47 0.61 333.98 0.72 0.23
Hex 63 10 34 0 54 2F 3D 14E 48 17
Octal 143 20 64 0 124 57 75 516 110 27
Binary 1100011 10000 110100 0 1010100 101111 111101 101001110 1001000 10111

Color Harmonies of #631034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631034

Black with #631034

Text Example


Text Example

White with #631034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631034; }

 p { color: rgb(99,16,52); }

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

background-color css

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

 a { background-color: rgb(99,16,52); }

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

border-color css

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

 span { border-color: rgb(99,16,52); }

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