Html Css Color HEX #630228 Tyrian Purple

📋 copy color: '#630228'

red 99 ◦ green 2 ◦ blue 40

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

Shades of Tyrian Purple #630228

Tints of Tyrian Purple #630228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 70.21%
G = 1.42%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#630228 (or 0x630228) is known color: Tyrian Purple. HEX triplet: 63, 02 and 28. RGB value is (99,2,40). Sum of RGB (Red+Green+Blue) = 99+2+40=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #630228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630228 is #9CFDD7. Grayscale: #232323. Windows color (decimal): -10288600 or 2622051. OLE color: 2622051.

HSL color Cylindrical-coordinate representation of color #630228: hue angle of 336.49º 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 #630228 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 40 -
CMYK 0 0.98 0.60 0.61
HSL 336.49º 0.96% 0.2% -
HSV(B) 336.49º 0.98% 0.39% -
XYZ 5.55 2.85 2.26 -
YUV 35.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 99 2 40 0 0.98 0.60 0.61 336.49 0.96 0.2
Hex 63 2 28 0 62 3C 3D 150 60 14
Octal 143 2 50 0 142 74 75 520 140 24
Binary 1100011 10 101000 0 1100010 111100 111101 101010000 1100000 10100

Color Harmonies of #630228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630228

Black with #630228

Text Example


Text Example

White with #630228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630228; }

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

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

background-color css

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

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

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

border-color css

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

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

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