Html Css Color HEX #63006F Purple

📋 copy color: '#63006F'

red 99 ◦ green 0 ◦ blue 111

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

Shades of Purple #63006F

Tints of Purple #63006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 47.14%
G = 0%
B = 52.86%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#63006F (or 0x63006F) is known color: Purple. HEX triplet: 63, 00 and 6F. RGB value is (99,0,111). Sum of RGB (Red+Green+Blue) = 99+0+111=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #63006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63006F is #9CFF90. Grayscale: #292929. Windows color (decimal): -10289041 or 7274595. OLE color: 7274595.

HSL color Cylindrical-coordinate representation of color #63006F: hue angle of 293.51º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63006F is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 0 111 -
CMYK 0.11 1 0 0.56
HSL 293.51º 1% 0.22% -
HSV(B) 293.51º 1% 0.44% -
XYZ 8.01 3.8 15.35 -
YUV 42.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 99 0 111 0.11 1 0 0.56 293.51 1 0.22
Hex 63 0 6F B 64 0 38 126 64 16
Octal 143 0 157 13 144 0 70 446 144 26
Binary 1100011 0 1101111 1011 1100100 0 111000 100100110 1100100 10110

Color Harmonies of #63006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63006F

Black with #63006F

Text Example


Text Example

White with #63006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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