Html Css Color HEX #630374 Purple

📋 copy color: '#630374'

red 99 ◦ green 3 ◦ blue 116

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

Shades of Purple #630374

Tints of Purple #630374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 45.41%
G = 1.38%
B = 53.21%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630374 (or 0x630374) is known color: Purple. HEX triplet: 63, 03 and 74. RGB value is (99,3,116). Sum of RGB (Red+Green+Blue) = 99+3+116=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #630374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630374 is #9CFC8B. Grayscale: #2C2C2C. Windows color (decimal): -10288268 or 7603043. OLE color: 7603043.

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

Color convert

RGB 99 3 116 -
CMYK 0.15 0.97 0 0.55
HSL 290.97º 0.95% 0.23% -
HSV(B) 290.97º 0.97% 0.45% -
XYZ 8.33 3.98 16.85 -
YUV 44.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 99 3 116 0.15 0.97 0 0.55 290.97 0.95 0.23
Hex 63 3 74 F 61 0 37 123 5F 17
Octal 143 3 164 17 141 0 67 443 137 27
Binary 1100011 11 1110100 1111 1100001 0 110111 100100011 1011111 10111

Color Harmonies of #630374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630374

Black with #630374

Text Example


Text Example

White with #630374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630374; }

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

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

background-color css

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

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

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

border-color css

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

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

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