Html Css Color HEX #630775 Purple

📋 copy color: '#630775'

red 99 ◦ green 7 ◦ blue 117

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

Shades of Purple #630775

Tints of Purple #630775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 44.39%
G = 3.14%
B = 52.47%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#630775 (or 0x630775) is known color: Purple. HEX triplet: 63, 07 and 75. RGB value is (99,7,117). Sum of RGB (Red+Green+Blue) = 99+7+117=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #630775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630775 is #9CF88A. Grayscale: #2E2E2E. Windows color (decimal): -10287243 or 7669603. OLE color: 7669603.

HSL color Cylindrical-coordinate representation of color #630775: hue angle of 290.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630775 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 7 117 -
CMYK 0.15 0.94 0 0.54
HSL 290.18º 0.89% 0.24% -
HSV(B) 290.18º 0.94% 0.46% -
XYZ 8.43 4.09 17.17 -
YUV 47.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 99 7 117 0.15 0.94 0 0.54 290.18 0.89 0.24
Hex 63 7 75 F 5E 0 36 122 59 18
Octal 143 7 165 17 136 0 66 442 131 30
Binary 1100011 111 1110101 1111 1011110 0 110110 100100010 1011001 11000

Color Harmonies of #630775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630775

Black with #630775

Text Example


Text Example

White with #630775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630775; }

 p { color: rgb(99,7,117); }

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

background-color css

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

 a { background-color: rgb(99,7,117); }

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

border-color css

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

 span { border-color: rgb(99,7,117); }

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