Html Css Color HEX #630335 Tyrian Purple

📋 copy color: '#630335'

red 99 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #630335

Tints of Tyrian Purple #630335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 63.87%
G = 1.94%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#630335 (or 0x630335) is known color: Tyrian Purple. HEX triplet: 63, 03 and 35. RGB value is (99,3,53). Sum of RGB (Red+Green+Blue) = 99+3+53=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #630335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630335 is #9CFCCA. Grayscale: #252525. Windows color (decimal): -10288331 or 3474275. OLE color: 3474275.

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

Color convert

RGB 99 3 53 -
CMYK 0 0.97 0.46 0.61
HSL 328.75º 0.94% 0.2% -
HSV(B) 328.75º 0.97% 0.39% -
XYZ 5.82 2.97 3.64 -
YUV 37.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 99 3 53 0 0.97 0.46 0.61 328.75 0.94 0.2
Hex 63 3 35 0 61 2E 3D 149 5E 14
Octal 143 3 65 0 141 56 75 511 136 24
Binary 1100011 11 110101 0 1100001 101110 111101 101001001 1011110 10100

Color Harmonies of #630335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630335

Black with #630335

Text Example


Text Example

White with #630335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630335; }

 p { color: rgb(99,3,53); }

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

background-color css

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

 a { background-color: rgb(99,3,53); }

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

border-color css

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

 span { border-color: rgb(99,3,53); }

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