Html Css Color HEX #630134 Tyrian Purple

📋 copy color: '#630134'

red 99 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #630134

Tints of Tyrian Purple #630134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 65.13%
G = 0.66%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#630134 (or 0x630134) is known color: Tyrian Purple. HEX triplet: 63, 01 and 34. RGB value is (99,1,52). Sum of RGB (Red+Green+Blue) = 99+1+52=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #630134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630134 is #9CFECB. Grayscale: #242424. Windows color (decimal): -10288844 or 3408227. OLE color: 3408227.

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

Color convert

RGB 99 1 52 -
CMYK 0 0.99 0.47 0.61
HSL 328.78º 0.98% 0.2% -
HSV(B) 328.78º 0.99% 0.39% -
XYZ 5.78 2.92 3.51 -
YUV 36.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 99 1 52 0 0.99 0.47 0.61 328.78 0.98 0.2
Hex 63 1 34 0 63 2F 3D 149 62 14
Octal 143 1 64 0 143 57 75 511 142 24
Binary 1100011 1 110100 0 1100011 101111 111101 101001001 1100010 10100

Color Harmonies of #630134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630134

Black with #630134

Text Example


Text Example

White with #630134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630134; }

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

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

background-color css

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

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

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

border-color css

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

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

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