Html Css Color HEX #630F45 Tyrian Purple

📋 copy color: '#630F45'

red 99 ◦ green 15 ◦ blue 69

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

Shades of Tyrian Purple #630F45

Tints of Tyrian Purple #630F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 54.1%
G = 8.2%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#630F45 (or 0x630F45) is known color: Tyrian Purple. HEX triplet: 63, 0F and 45. RGB value is (99,15,69). Sum of RGB (Red+Green+Blue) = 99+15+69=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #630F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F45 is #9CF0BA. Grayscale: #2E2E2E. Windows color (decimal): -10285243 or 4525923. OLE color: 4525923.

HSL color Cylindrical-coordinate representation of color #630F45: hue angle of 321.43º 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 #630F45 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 15 69 -
CMYK 0 0.85 0.30 0.61
HSL 321.43º 0.74% 0.22% -
HSV(B) 321.43º 0.85% 0.39% -
XYZ 6.39 3.42 5.95 -
YUV 46.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 99 15 69 0 0.85 0.30 0.61 321.43 0.74 0.22
Hex 63 F 45 0 55 1E 3D 141 4A 16
Octal 143 17 105 0 125 36 75 501 112 26
Binary 1100011 1111 1000101 0 1010101 11110 111101 101000001 1001010 10110

Color Harmonies of #630F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F45

Black with #630F45

Text Example


Text Example

White with #630F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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