Html Css Color HEX #630348 Tyrian Purple

📋 copy color: '#630348'

red 99 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #630348

Tints of Tyrian Purple #630348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 56.9%
G = 1.72%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#630348 (or 0x630348) is known color: Tyrian Purple. HEX triplet: 63, 03 and 48. RGB value is (99,3,72). Sum of RGB (Red+Green+Blue) = 99+3+72=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #630348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630348 is #9CFCB7. Grayscale: #272727. Windows color (decimal): -10288312 or 4719459. OLE color: 4719459.

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

Color convert

RGB 99 3 72 -
CMYK 0 0.97 0.27 0.61
HSL 316.88º 0.94% 0.2% -
HSV(B) 316.88º 0.97% 0.39% -
XYZ 6.35 3.19 6.41 -
YUV 39.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 99 3 72 0 0.97 0.27 0.61 316.88 0.94 0.2
Hex 63 3 48 0 61 1B 3D 13D 5E 14
Octal 143 3 110 0 141 33 75 475 136 24
Binary 1100011 11 1001000 0 1100001 11011 111101 100111101 1011110 10100

Color Harmonies of #630348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630348

Black with #630348

Text Example


Text Example

White with #630348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630348; }

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

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

background-color css

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

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

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

border-color css

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

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

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