Html Css Color HEX #630A30 Tyrian Purple

📋 copy color: '#630A30'

red 99 ◦ green 10 ◦ blue 48

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

Shades of Tyrian Purple #630A30

Tints of Tyrian Purple #630A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.37%

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 63.06%
G = 6.37%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#630A30 (or 0x630A30) is known color: Tyrian Purple. HEX triplet: 63, 0A and 30. RGB value is (99,10,48). Sum of RGB (Red+Green+Blue) = 99+10+48=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #630A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A30 is #9CF5CF. Grayscale: #282828. Windows color (decimal): -10286544 or 3148387. OLE color: 3148387.

HSL color Cylindrical-coordinate representation of color #630A30: hue angle of 334.38º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A30 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 48 -
CMYK 0 0.90 0.52 0.61
HSL 334.38º 0.82% 0.21% -
HSV(B) 334.38º 0.9% 0.39% -
XYZ 5.79 3.08 3.09 -
YUV 40.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 99 10 48 0 0.90 0.52 0.61 334.38 0.82 0.21
Hex 63 A 30 0 5A 34 3D 14E 52 15
Octal 143 12 60 0 132 64 75 516 122 25
Binary 1100011 1010 110000 0 1011010 110100 111101 101001110 1010010 10101

Color Harmonies of #630A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A30

Black with #630A30

Text Example


Text Example

White with #630A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,48); }

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

background-color css

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

 a { background-color: rgb(99,10,48); }

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

border-color css

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

 span { border-color: rgb(99,10,48); }

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