Html Css Color HEX #630774 Purple

📋 copy color: '#630774'

red 99 ◦ green 7 ◦ blue 116

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

Shades of Purple #630774

Tints of Purple #630774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 44.59%
G = 3.15%
B = 52.25%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630774 (or 0x630774) is known color: Purple. HEX triplet: 63, 07 and 74. RGB value is (99,7,116). Sum of RGB (Red+Green+Blue) = 99+7+116=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #630774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630774 is #9CF88B. Grayscale: #2E2E2E. Windows color (decimal): -10287244 or 7604067. OLE color: 7604067.

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

Color convert

RGB 99 7 116 -
CMYK 0.15 0.94 0 0.55
HSL 290.64º 0.89% 0.24% -
HSV(B) 290.64º 0.94% 0.45% -
XYZ 8.37 4.07 16.87 -
YUV 46.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 99 7 116 0.15 0.94 0 0.55 290.64 0.89 0.24
Hex 63 7 74 F 5E 0 37 123 59 18
Octal 143 7 164 17 136 0 67 443 131 30
Binary 1100011 111 1110100 1111 1011110 0 110111 100100011 1011001 11000

Color Harmonies of #630774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630774

Black with #630774

Text Example


Text Example

White with #630774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630774; }

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

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

background-color css

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

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

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

border-color css

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

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

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