Html Css Color HEX #630575 Purple

📋 copy color: '#630575'

red 99 ◦ green 5 ◦ blue 117

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

Shades of Purple #630575

Tints of Purple #630575

RGB

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

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

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

R = 44.8%
G = 2.26%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#630575 (or 0x630575) is known color: Purple. HEX triplet: 63, 05 and 75. RGB value is (99,5,117). Sum of RGB (Red+Green+Blue) = 99+5+117=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #630575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630575 is #9CFA8A. Grayscale: #2D2D2D. Windows color (decimal): -10287755 or 7669091. OLE color: 7669091.

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

Color convert

RGB 99 5 117 -
CMYK 0.15 0.96 0 0.54
HSL 290.36º 0.92% 0.24% -
HSV(B) 290.36º 0.96% 0.46% -
XYZ 8.41 4.05 17.17 -
YUV 45.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 99 5 117 0.15 0.96 0 0.54 290.36 0.92 0.24
Hex 63 5 75 F 60 0 36 122 5C 18
Octal 143 5 165 17 140 0 66 442 134 30
Binary 1100011 101 1110101 1111 1100000 0 110110 100100010 1011100 11000

Color Harmonies of #630575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630575

Black with #630575

Text Example


Text Example

White with #630575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630575; }

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

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

background-color css

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

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

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

border-color css

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

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

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