Html Css Color HEX #630066 Purple

📋 copy color: '#630066'

red 99 ◦ green 0 ◦ blue 102

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

Shades of Purple #630066

Tints of Purple #630066

RGB

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

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

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

R = 49.25%
G = 0%
B = 50.75%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#630066 (or 0x630066) is known color: Purple. HEX triplet: 63, 00 and 66. RGB value is (99,0,102). Sum of RGB (Red+Green+Blue) = 99+0+102=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #630066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630066 is #9CFF99. Grayscale: #282828. Windows color (decimal): -10289050 or 6684771. OLE color: 6684771.

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

Color convert

RGB 99 0 102 -
CMYK 0.03 1 0 0.6
HSL 298.24º 1% 0.2% -
HSV(B) 298.24º 1% 0.4% -
XYZ 7.54 3.61 12.87 -
YUV 41.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 99 0 102 0.03 1 0 0.6 298.24 1 0.2
Hex 63 0 66 3 64 0 3C 12A 64 14
Octal 143 0 146 3 144 0 74 452 144 24
Binary 1100011 0 1100110 11 1100100 0 111100 100101010 1100100 10100

Color Harmonies of #630066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630066

Black with #630066

Text Example


Text Example

White with #630066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630066; }

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

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

background-color css

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

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

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

border-color css

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

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

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