Html Css Color HEX #630366 Purple

📋 copy color: '#630366'

red 99 ◦ green 3 ◦ blue 102

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

Shades of Purple #630366

Tints of Purple #630366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 48.53%
G = 1.47%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#630366 (or 0x630366) is known color: Purple. HEX triplet: 63, 03 and 66. RGB value is (99,3,102). Sum of RGB (Red+Green+Blue) = 99+3+102=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #630366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630366 is #9CFC99. Grayscale: #2A2A2A. Windows color (decimal): -10288282 or 6685539. OLE color: 6685539.

HSL color Cylindrical-coordinate representation of color #630366: hue angle of 298.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630366 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 3 102 -
CMYK 0.03 0.97 0 0.6
HSL 298.18º 0.94% 0.21% -
HSV(B) 298.18º 0.97% 0.4% -
XYZ 7.58 3.68 12.88 -
YUV 42.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 99 3 102 0.03 0.97 0 0.6 298.18 0.94 0.21
Hex 63 3 66 3 61 0 3C 12A 5E 15
Octal 143 3 146 3 141 0 74 452 136 25
Binary 1100011 11 1100110 11 1100001 0 111100 100101010 1011110 10101

Color Harmonies of #630366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630366

Black with #630366

Text Example


Text Example

White with #630366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630366; }

 p { color: rgb(99,3,102); }

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

background-color css

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

 a { background-color: rgb(99,3,102); }

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

border-color css

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

 span { border-color: rgb(99,3,102); }

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