Html Css Color HEX #630F46 Tyrian Purple

📋 copy color: '#630F46'

red 99 ◦ green 15 ◦ blue 70

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

Shades of Tyrian Purple #630F46

Tints of Tyrian Purple #630F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 53.8%
G = 8.15%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#630F46 (or 0x630F46) is known color: Tyrian Purple. HEX triplet: 63, 0F and 46. RGB value is (99,15,70). Sum of RGB (Red+Green+Blue) = 99+15+70=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #630F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F46 is #9CF0B9. Grayscale: #2E2E2E. Windows color (decimal): -10285242 or 4591459. OLE color: 4591459.

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

Color convert

RGB 99 15 70 -
CMYK 0 0.85 0.29 0.61
HSL 320.71º 0.74% 0.22% -
HSV(B) 320.71º 0.85% 0.39% -
XYZ 6.42 3.44 6.12 -
YUV 46.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 99 15 70 0 0.85 0.29 0.61 320.71 0.74 0.22
Hex 63 F 46 0 55 1D 3D 141 4A 16
Octal 143 17 106 0 125 35 75 501 112 26
Binary 1100011 1111 1000110 0 1010101 11101 111101 101000001 1001010 10110

Color Harmonies of #630F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F46

Black with #630F46

Text Example


Text Example

White with #630F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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