Html Css Color HEX #630266 Purple

📋 copy color: '#630266'

red 99 ◦ green 2 ◦ blue 102

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

Shades of Purple #630266

Tints of Purple #630266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 48.77%
G = 0.99%
B = 50.25%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#630266 (or 0x630266) is known color: Purple. HEX triplet: 63, 02 and 66. RGB value is (99,2,102). Sum of RGB (Red+Green+Blue) = 99+2+102=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #630266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630266 is #9CFD99. Grayscale: #2A2A2A. Windows color (decimal): -10288538 or 6685283. OLE color: 6685283.

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

Color convert

RGB 99 2 102 -
CMYK 0.03 0.98 0 0.6
HSL 298.2º 0.96% 0.2% -
HSV(B) 298.2º 0.98% 0.4% -
XYZ 7.57 3.66 12.88 -
YUV 42.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 99 2 102 0.03 0.98 0 0.6 298.2 0.96 0.2
Hex 63 2 66 3 62 0 3C 12A 60 14
Octal 143 2 146 3 142 0 74 452 140 24
Binary 1100011 10 1100110 11 1100010 0 111100 100101010 1100000 10100

Color Harmonies of #630266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630266

Black with #630266

Text Example


Text Example

White with #630266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630266; }

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

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

background-color css

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

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

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

border-color css

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

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

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