Html Css Color HEX #630F4D Tyrian Purple

📋 copy color: '#630F4D'

red 99 ◦ green 15 ◦ blue 77

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

Shades of Tyrian Purple #630F4D

Tints of Tyrian Purple #630F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 51.83%
G = 7.85%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#630F4D (or 0x630F4D) is known color: Tyrian Purple. HEX triplet: 63, 0F and 4D. RGB value is (99,15,77). Sum of RGB (Red+Green+Blue) = 99+15+77=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #630F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F4D is #9CF0B2. Grayscale: #2F2F2F. Windows color (decimal): -10285235 or 5050211. OLE color: 5050211.

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

Color convert

RGB 99 15 77 -
CMYK 0 0.85 0.22 0.61
HSL 315.71º 0.74% 0.22% -
HSV(B) 315.71º 0.85% 0.39% -
XYZ 6.66 3.53 7.35 -
YUV 47.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 99 15 77 0 0.85 0.22 0.61 315.71 0.74 0.22
Hex 63 F 4D 0 55 16 3D 13C 4A 16
Octal 143 17 115 0 125 26 75 474 112 26
Binary 1100011 1111 1001101 0 1010101 10110 111101 100111100 1001010 10110

Color Harmonies of #630F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F4D

Black with #630F4D

Text Example


Text Example

White with #630F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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