Html Css Color HEX #630069 Purple

📋 copy color: '#630069'

red 99 ◦ green 0 ◦ blue 105

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

Shades of Purple #630069

Tints of Purple #630069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 48.53%
G = 0%
B = 51.47%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630069 (or 0x630069) is known color: Purple. HEX triplet: 63, 00 and 69. RGB value is (99,0,105). Sum of RGB (Red+Green+Blue) = 99+0+105=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #630069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630069 is #9CFF96. Grayscale: #292929. Windows color (decimal): -10289047 or 6881379. OLE color: 6881379.

HSL color Cylindrical-coordinate representation of color #630069: hue angle of 296.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630069 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 0 105 -
CMYK 0.06 1 0 0.59
HSL 296.57º 1% 0.21% -
HSV(B) 296.57º 1% 0.41% -
XYZ 7.7 3.67 13.67 -
YUV 41.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 99 0 105 0.06 1 0 0.59 296.57 1 0.21
Hex 63 0 69 6 64 0 3B 129 64 15
Octal 143 0 151 6 144 0 73 451 144 25
Binary 1100011 0 1101001 110 1100100 0 111011 100101001 1100100 10101

Color Harmonies of #630069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630069

Black with #630069

Text Example


Text Example

White with #630069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630069; }

 p { color: rgb(99,0,105); }

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

background-color css

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

 a { background-color: rgb(99,0,105); }

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

border-color css

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

 span { border-color: rgb(99,0,105); }

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