Html Css Color HEX #630028 Tyrian Purple

📋 copy color: '#630028'

red 99 ◦ green 0 ◦ blue 40

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

Shades of Tyrian Purple #630028

Tints of Tyrian Purple #630028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.22%
G = 0%
B = 28.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#630028 (or 0x630028) is known color: Tyrian Purple. HEX triplet: 63, 00 and 28. RGB value is (99,0,40). Sum of RGB (Red+Green+Blue) = 99+0+40=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630028 is #9CFFD7. Grayscale: #222222. Windows color (decimal): -10289112 or 2621539. OLE color: 2621539.

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

Color convert

RGB 99 0 40 -
CMYK 0 1 0.60 0.61
HSL 335.76º 1% 0.19% -
HSV(B) 335.76º 1% 0.39% -
XYZ 5.53 2.81 2.26 -
YUV 34.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 99 0 40 0 1 0.60 0.61 335.76 1 0.19
Hex 63 0 28 0 64 3C 3D 150 64 13
Octal 143 0 50 0 144 74 75 520 144 23
Binary 1100011 0 101000 0 1100100 111100 111101 101010000 1100100 10011

Color Harmonies of #630028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630028

Black with #630028

Text Example


Text Example

White with #630028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630028; }

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

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

background-color css

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

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

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

border-color css

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

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

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