Html Css Color HEX #630E48 Tyrian Purple

📋 copy color: '#630E48'

red 99 ◦ green 14 ◦ blue 72

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

Shades of Tyrian Purple #630E48

Tints of Tyrian Purple #630E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.57%

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

R = 53.51%
G = 7.57%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#630E48 (or 0x630E48) is known color: Tyrian Purple. HEX triplet: 63, 0E and 48. RGB value is (99,14,72). Sum of RGB (Red+Green+Blue) = 99+14+72=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #630E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E48 is #9CF1B7. Grayscale: #2D2D2D. Windows color (decimal): -10285496 or 4722275. OLE color: 4722275.

HSL color Cylindrical-coordinate representation of color #630E48: hue angle of 319.06º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E48 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 14 72 -
CMYK 0 0.86 0.27 0.61
HSL 319.06º 0.75% 0.22% -
HSV(B) 319.06º 0.86% 0.39% -
XYZ 6.47 3.43 6.45 -
YUV 46.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 99 14 72 0 0.86 0.27 0.61 319.06 0.75 0.22
Hex 63 E 48 0 56 1B 3D 13F 4B 16
Octal 143 16 110 0 126 33 75 477 113 26
Binary 1100011 1110 1001000 0 1010110 11011 111101 100111111 1001011 10110

Color Harmonies of #630E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E48

Black with #630E48

Text Example


Text Example

White with #630E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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