Html Css Color HEX #630F48 Tyrian Purple

📋 copy color: '#630F48'

red 99 ◦ green 15 ◦ blue 72

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

Shades of Tyrian Purple #630F48

Tints of Tyrian Purple #630F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

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

R = 53.23%
G = 8.06%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#630F48 (or 0x630F48) is known color: Tyrian Purple. HEX triplet: 63, 0F and 48. RGB value is (99,15,72). Sum of RGB (Red+Green+Blue) = 99+15+72=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #630F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F48 is #9CF0B7. Grayscale: #2E2E2E. Windows color (decimal): -10285240 or 4722531. OLE color: 4722531.

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

Color convert

RGB 99 15 72 -
CMYK 0 0.85 0.27 0.61
HSL 319.29º 0.74% 0.22% -
HSV(B) 319.29º 0.85% 0.39% -
XYZ 6.49 3.46 6.46 -
YUV 46.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 99 15 72 0 0.85 0.27 0.61 319.29 0.74 0.22
Hex 63 F 48 0 55 1B 3D 13F 4A 16
Octal 143 17 110 0 125 33 75 477 112 26
Binary 1100011 1111 1001000 0 1010101 11011 111101 100111111 1001010 10110

Color Harmonies of #630F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F48

Black with #630F48

Text Example


Text Example

White with #630F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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