Html Css Color HEX #650266 Purple

📋 copy color: '#650266'

red 101 ◦ green 2 ◦ blue 102

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

Shades of Purple #650266

Tints of Purple #650266

RGB

 RED value IS 101 (39.84% from 255) = 49.27%

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

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

R = 49.27%
G = 0.98%
B = 49.76%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#650266 (or 0x650266) is known color: Purple. HEX triplet: 65, 02 and 66. RGB value is (101,2,102). Sum of RGB (Red+Green+Blue) = 101+2+102=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #650266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650266 is #9AFD99. Grayscale: #2A2A2A. Windows color (decimal): -10157466 or 6685285. OLE color: 6685285.

HSL color Cylindrical-coordinate representation of color #650266: hue angle of 299.4º 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 #650266 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 101 2 102 -
CMYK 0.01 0.98 0 0.6
HSL 299.4º 0.96% 0.2% -
HSV(B) 299.4º 0.98% 0.4% -
XYZ 7.79 3.77 12.89 -
YUV 43 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 101 2 102 0.01 0.98 0 0.6 299.4 0.96 0.2
Hex 65 2 66 1 62 0 3C 12B 60 14
Octal 145 2 146 1 142 0 74 453 140 24
Binary 1100101 10 1100110 1 1100010 0 111100 100101011 1100000 10100

Color Harmonies of #650266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650266

Black with #650266

Text Example


Text Example

White with #650266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650266; }

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

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

background-color css

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

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

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

border-color css

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

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

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