Html Css Color HEX #630E74 Purple

📋 copy color: '#630E74'

red 99 ◦ green 14 ◦ blue 116

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

Shades of Purple #630E74

Tints of Purple #630E74

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

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

R = 43.23%
G = 6.11%
B = 50.66%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630E74 (or 0x630E74) is known color: Purple. HEX triplet: 63, 0E and 74. RGB value is (99,14,116). Sum of RGB (Red+Green+Blue) = 99+14+116=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #630E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E74 is #9CF18B. Grayscale: #323232. Windows color (decimal): -10285452 or 7605859. OLE color: 7605859.

HSL color Cylindrical-coordinate representation of color #630E74: hue angle of 290º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630E74 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 14 116 -
CMYK 0.15 0.88 0 0.55
HSL 290º 0.78% 0.25% -
HSV(B) 290º 0.88% 0.45% -
XYZ 8.46 4.23 16.89 -
YUV 51.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 99 14 116 0.15 0.88 0 0.55 290 0.78 0.25
Hex 63 E 74 F 58 0 37 122 4E 19
Octal 143 16 164 17 130 0 67 442 116 31
Binary 1100011 1110 1110100 1111 1011000 0 110111 100100010 1001110 11001

Color Harmonies of #630E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E74

Black with #630E74

Text Example


Text Example

White with #630E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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