Html Css Color HEX #650466 Purple

📋 copy color: '#650466'

red 101 ◦ green 4 ◦ blue 102

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

Shades of Purple #650466

Tints of Purple #650466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 48.79%
G = 1.93%
B = 49.28%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#650466 (or 0x650466) is known color: Purple. HEX triplet: 65, 04 and 66. RGB value is (101,4,102). Sum of RGB (Red+Green+Blue) = 101+4+102=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #650466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650466 is #9AFB99. Grayscale: #2B2B2B. Windows color (decimal): -10156954 or 6685797. OLE color: 6685797.

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

Color convert

RGB 101 4 102 -
CMYK 0.01 0.96 0 0.6
HSL 299.39º 0.92% 0.21% -
HSV(B) 299.39º 0.96% 0.4% -
XYZ 7.81 3.81 12.89 -
YUV 44.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 101 4 102 0.01 0.96 0 0.6 299.39 0.92 0.21
Hex 65 4 66 1 60 0 3C 12B 5C 15
Octal 145 4 146 1 140 0 74 453 134 25
Binary 1100101 100 1100110 1 1100000 0 111100 100101011 1011100 10101

Color Harmonies of #650466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650466

Black with #650466

Text Example


Text Example

White with #650466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650466; }

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

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

background-color css

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

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

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

border-color css

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

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

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