Html Css Color HEX #630035 Tyrian Purple

📋 copy color: '#630035'

red 99 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #630035

Tints of Tyrian Purple #630035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.13%
G = 0%
B = 34.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#630035 (or 0x630035) is known color: Tyrian Purple. HEX triplet: 63, 00 and 35. RGB value is (99,0,53). Sum of RGB (Red+Green+Blue) = 99+0+53=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #630035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630035 is #9CFFCA. Grayscale: #232323. Windows color (decimal): -10289099 or 3473507. OLE color: 3473507.

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

Color convert

RGB 99 0 53 -
CMYK 0 1 0.46 0.61
HSL 327.88º 1% 0.19% -
HSV(B) 327.88º 1% 0.39% -
XYZ 5.79 2.91 3.62 -
YUV 35.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 99 0 53 0 1 0.46 0.61 327.88 1 0.19
Hex 63 0 35 0 64 2E 3D 148 64 13
Octal 143 0 65 0 144 56 75 510 144 23
Binary 1100011 0 110101 0 1100100 101110 111101 101001000 1100100 10011

Color Harmonies of #630035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630035

Black with #630035

Text Example


Text Example

White with #630035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630035; }

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

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

background-color css

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

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

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

border-color css

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

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

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