Html Css Color HEX #630B42 Tyrian Purple

📋 copy color: '#630B42'

red 99 ◦ green 11 ◦ blue 66

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

Shades of Tyrian Purple #630B42

Tints of Tyrian Purple #630B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.25%

 BLUE value IS 66 (26.17% from 255) = 37.5%

R = 56.25%
G = 6.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#630B42 (or 0x630B42) is known color: Tyrian Purple. HEX triplet: 63, 0B and 42. RGB value is (99,11,66). Sum of RGB (Red+Green+Blue) = 99+11+66=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #630B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B42 is #9CF4BD. Grayscale: #2B2B2B. Windows color (decimal): -10286270 or 4328291. OLE color: 4328291.

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

Color convert

RGB 99 11 66 -
CMYK 0 0.89 0.33 0.61
HSL 322.5º 0.8% 0.22% -
HSV(B) 322.5º 0.89% 0.39% -
XYZ 6.25 3.29 5.46 -
YUV 43.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 99 11 66 0 0.89 0.33 0.61 322.5 0.8 0.22
Hex 63 B 42 0 59 21 3D 142 50 16
Octal 143 13 102 0 131 41 75 502 120 26
Binary 1100011 1011 1000010 0 1011001 100001 111101 101000010 1010000 10110

Color Harmonies of #630B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630B42

Black with #630B42

Text Example


Text Example

White with #630B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,11,66); }

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

background-color css

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

 a { background-color: rgb(99,11,66); }

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

border-color css

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

 span { border-color: rgb(99,11,66); }

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