Html Css Color HEX #630528 Tyrian Purple

📋 copy color: '#630528'

red 99 ◦ green 5 ◦ blue 40

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

Shades of Tyrian Purple #630528

Tints of Tyrian Purple #630528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 68.75%
G = 3.47%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#630528 (or 0x630528) is known color: Tyrian Purple. HEX triplet: 63, 05 and 28. RGB value is (99,5,40). Sum of RGB (Red+Green+Blue) = 99+5+40=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #630528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630528 is #9CFAD7. Grayscale: #252525. Windows color (decimal): -10287832 or 2622819. OLE color: 2622819.

HSL color Cylindrical-coordinate representation of color #630528: hue angle of 337.66º 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 #630528 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 5 40 -
CMYK 0 0.95 0.60 0.61
HSL 337.66º 0.9% 0.2% -
HSV(B) 337.66º 0.95% 0.39% -
XYZ 5.58 2.91 2.28 -
YUV 37.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 99 5 40 0 0.95 0.60 0.61 337.66 0.9 0.2
Hex 63 5 28 0 5F 3C 3D 152 5A 14
Octal 143 5 50 0 137 74 75 522 132 24
Binary 1100011 101 101000 0 1011111 111100 111101 101010010 1011010 10100

Color Harmonies of #630528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630528

Black with #630528

Text Example


Text Example

White with #630528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630528; }

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

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

background-color css

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

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

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

border-color css

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

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

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