Html Css Color HEX #630A6D Purple

📋 copy color: '#630A6D'

red 99 ◦ green 10 ◦ blue 109

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

Shades of Purple #630A6D

Tints of Purple #630A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50%

R = 45.41%
G = 4.59%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#630A6D (or 0x630A6D) is known color: Purple. HEX triplet: 63, 0A and 6D. RGB value is (99,10,109). Sum of RGB (Red+Green+Blue) = 99+10+109=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #630A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A6D is #9CF592. Grayscale: #2F2F2F. Windows color (decimal): -10286483 or 7146083. OLE color: 7146083.

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

Color convert

RGB 99 10 109 -
CMYK 0.09 0.91 0 0.57
HSL 293.94º 0.83% 0.23% -
HSV(B) 293.94º 0.91% 0.43% -
XYZ 8.01 3.97 14.81 -
YUV 47.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 99 10 109 0.09 0.91 0 0.57 293.94 0.83 0.23
Hex 63 A 6D 9 5B 0 39 126 53 17
Octal 143 12 155 11 133 0 71 446 123 27
Binary 1100011 1010 1101101 1001 1011011 0 111001 100100110 1010011 10111

Color Harmonies of #630A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A6D

Black with #630A6D

Text Example


Text Example

White with #630A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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