Html Css Color HEX #630A6E Purple

📋 copy color: '#630A6E'

red 99 ◦ green 10 ◦ blue 110

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

Shades of Purple #630A6E

Tints of Purple #630A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.57%

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 45.21%
G = 4.57%
B = 50.23%

CMYK

 C value IS 0.1

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#630A6E (or 0x630A6E) is known color: Purple. HEX triplet: 63, 0A and 6E. RGB value is (99,10,110). Sum of RGB (Red+Green+Blue) = 99+10+110=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #630A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A6E is #9CF591. Grayscale: #2F2F2F. Windows color (decimal): -10286482 or 7211619. OLE color: 7211619.

HSL color Cylindrical-coordinate representation of color #630A6E: hue angle of 293.4º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630A6E is Cyan = 0.1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 10 110 -
CMYK 0.1 0.91 0 0.57
HSL 293.4º 0.83% 0.24% -
HSV(B) 293.4º 0.91% 0.43% -
XYZ 8.07 4 15.1 -
YUV 48.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 99 10 110 0.1 0.91 0 0.57 293.4 0.83 0.24
Hex 63 A 6E A 5B 0 39 125 53 18
Octal 143 12 156 12 133 0 71 445 123 30
Binary 1100011 1010 1101110 1010 1011011 0 111001 100100101 1010011 11000

Color Harmonies of #630A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A6E

Black with #630A6E

Text Example


Text Example

White with #630A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,110); }

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

background-color css

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

 a { background-color: rgb(99,10,110); }

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

border-color css

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

 span { border-color: rgb(99,10,110); }

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