Html Css Color HEX #630428 Tyrian Purple

📋 copy color: '#630428'

red 99 ◦ green 4 ◦ blue 40

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

Shades of Tyrian Purple #630428

Tints of Tyrian Purple #630428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 69.23%
G = 2.8%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#630428 (or 0x630428) is known color: Tyrian Purple. HEX triplet: 63, 04 and 28. RGB value is (99,4,40). Sum of RGB (Red+Green+Blue) = 99+4+40=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #630428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630428 is #9CFBD7. Grayscale: #242424. Windows color (decimal): -10288088 or 2622563. OLE color: 2622563.

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

Color convert

RGB 99 4 40 -
CMYK 0 0.96 0.60 0.61
HSL 337.26º 0.92% 0.2% -
HSV(B) 337.26º 0.96% 0.39% -
XYZ 5.57 2.89 2.27 -
YUV 36.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 99 4 40 0 0.96 0.60 0.61 337.26 0.92 0.2
Hex 63 4 28 0 60 3C 3D 151 5C 14
Octal 143 4 50 0 140 74 75 521 134 24
Binary 1100011 100 101000 0 1100000 111100 111101 101010001 1011100 10100

Color Harmonies of #630428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630428

Black with #630428

Text Example


Text Example

White with #630428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630428; }

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

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

background-color css

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

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

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

border-color css

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

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

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