Html Css Color HEX #630167 Purple

📋 copy color: '#630167'

red 99 ◦ green 1 ◦ blue 103

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

Shades of Purple #630167

Tints of Purple #630167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 48.77%
G = 0.49%
B = 50.74%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#630167 (or 0x630167) is known color: Purple. HEX triplet: 63, 01 and 67. RGB value is (99,1,103). Sum of RGB (Red+Green+Blue) = 99+1+103=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #630167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630167 is #9CFE98. Grayscale: #292929. Windows color (decimal): -10288793 or 6750563. OLE color: 6750563.

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

Color convert

RGB 99 1 103 -
CMYK 0.04 0.99 0 0.60
HSL 297.65º 0.98% 0.2% -
HSV(B) 297.65º 0.99% 0.4% -
XYZ 7.6 3.65 13.14 -
YUV 41.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 99 1 103 0.04 0.99 0 0.60 297.65 0.98 0.2
Hex 63 1 67 4 63 0 3C 12A 62 14
Octal 143 1 147 4 143 0 74 452 142 24
Binary 1100011 1 1100111 100 1100011 0 111100 100101010 1100010 10100

Color Harmonies of #630167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630167

Black with #630167

Text Example


Text Example

White with #630167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630167; }

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

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

background-color css

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

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

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

border-color css

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

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

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