Html Css Color HEX #630534 Tyrian Purple

📋 copy color: '#630534'

red 99 ◦ green 5 ◦ blue 52

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

Shades of Tyrian Purple #630534

Tints of Tyrian Purple #630534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 63.46%
G = 3.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#630534 (or 0x630534) is known color: Tyrian Purple. HEX triplet: 63, 05 and 34. RGB value is (99,5,52). Sum of RGB (Red+Green+Blue) = 99+5+52=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #630534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630534 is #9CFACB. Grayscale: #262626. Windows color (decimal): -10287820 or 3409251. OLE color: 3409251.

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

Color convert

RGB 99 5 52 -
CMYK 0 0.95 0.47 0.61
HSL 330º 0.9% 0.2% -
HSV(B) 330º 0.95% 0.39% -
XYZ 5.82 3.01 3.52 -
YUV 38.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 99 5 52 0 0.95 0.47 0.61 330 0.9 0.2
Hex 63 5 34 0 5F 2F 3D 14A 5A 14
Octal 143 5 64 0 137 57 75 512 132 24
Binary 1100011 101 110100 0 1011111 101111 111101 101001010 1011010 10100

Color Harmonies of #630534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630534

Black with #630534

Text Example


Text Example

White with #630534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630534; }

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

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

background-color css

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

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

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

border-color css

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

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

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