Html Css Color HEX #630574 Purple

📋 copy color: '#630574'

red 99 ◦ green 5 ◦ blue 116

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

Shades of Purple #630574

Tints of Purple #630574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

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

R = 45%
G = 2.27%
B = 52.73%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630574 (or 0x630574) is known color: Purple. HEX triplet: 63, 05 and 74. RGB value is (99,5,116). Sum of RGB (Red+Green+Blue) = 99+5+116=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #630574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630574 is #9CFA8B. Grayscale: #2D2D2D. Windows color (decimal): -10287756 or 7603555. OLE color: 7603555.

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

Color convert

RGB 99 5 116 -
CMYK 0.15 0.96 0 0.55
HSL 290.81º 0.92% 0.24% -
HSV(B) 290.81º 0.96% 0.45% -
XYZ 8.35 4.02 16.86 -
YUV 45.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 99 5 116 0.15 0.96 0 0.55 290.81 0.92 0.24
Hex 63 5 74 F 60 0 37 123 5C 18
Octal 143 5 164 17 140 0 67 443 134 30
Binary 1100011 101 1110100 1111 1100000 0 110111 100100011 1011100 11000

Color Harmonies of #630574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630574

Black with #630574

Text Example


Text Example

White with #630574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630574; }

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

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

background-color css

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

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

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

border-color css

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

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

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