Html Css Color HEX #630152 Tyrian Purple

📋 copy color: '#630152'

red 99 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #630152

Tints of Tyrian Purple #630152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 82 (32.42% from 255) = 45.05%

R = 54.4%
G = 0.55%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#630152 (or 0x630152) is known color: Tyrian Purple. HEX triplet: 63, 01 and 52. RGB value is (99,1,82). Sum of RGB (Red+Green+Blue) = 99+1+82=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #630152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630152 is #9CFEAD. Grayscale: #272727. Windows color (decimal): -10288814 or 5374307. OLE color: 5374307.

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

Color convert

RGB 99 1 82 -
CMYK 0 0.99 0.17 0.61
HSL 310.41º 0.98% 0.2% -
HSV(B) 310.41º 0.99% 0.39% -
XYZ 6.68 3.28 8.26 -
YUV 39.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 99 1 82 0 0.99 0.17 0.61 310.41 0.98 0.2
Hex 63 1 52 0 63 11 3D 136 62 14
Octal 143 1 122 0 143 21 75 466 142 24
Binary 1100011 1 1010010 0 1100011 10001 111101 100110110 1100010 10100

Color Harmonies of #630152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630152

Black with #630152

Text Example


Text Example

White with #630152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630152; }

 p { color: rgb(99,1,82); }

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

background-color css

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

 a { background-color: rgb(99,1,82); }

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

border-color css

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

 span { border-color: rgb(99,1,82); }

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