Html Css Color HEX #630250 Tyrian Purple

📋 copy color: '#630250'

red 99 ◦ green 2 ◦ blue 80

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

Shades of Tyrian Purple #630250

Tints of Tyrian Purple #630250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 54.7%
G = 1.1%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#630250 (or 0x630250) is known color: Tyrian Purple. HEX triplet: 63, 02 and 50. RGB value is (99,2,80). Sum of RGB (Red+Green+Blue) = 99+2+80=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #630250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630250 is #9CFDAF. Grayscale: #272727. Windows color (decimal): -10288560 or 5243491. OLE color: 5243491.

HSL color Cylindrical-coordinate representation of color #630250: hue angle of 311.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630250 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 80 -
CMYK 0 0.98 0.19 0.61
HSL 311.75º 0.96% 0.2% -
HSV(B) 311.75º 0.98% 0.39% -
XYZ 6.62 3.28 7.87 -
YUV 39.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 99 2 80 0 0.98 0.19 0.61 311.75 0.96 0.2
Hex 63 2 50 0 62 13 3D 138 60 14
Octal 143 2 120 0 142 23 75 470 140 24
Binary 1100011 10 1010000 0 1100010 10011 111101 100111000 1100000 10100

Color Harmonies of #630250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630250

Black with #630250

Text Example


Text Example

White with #630250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630250; }

 p { color: rgb(99,2,80); }

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

background-color css

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

 a { background-color: rgb(99,2,80); }

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

border-color css

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

 span { border-color: rgb(99,2,80); }

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